Details
Description
While this is mostly for portlets, there is a general move with the JSF implementation to ensure that all parameters are namespaced appropriately to the NamingContainer they are in. This is valid no matter what environment they are running in. See https://java.net/jira/browse/JAVASERVERFACES-3031.
With the current version (6.2) of the LiferayFaces Bridge, it's necessary to set the following portlet configuration setting in order to get ICEpush working:
<requires-namespaced-parameters>false</requires-namespaced-parameters>
With the current version (6.2) of the LiferayFaces Bridge, it's necessary to set the following portlet configuration setting in order to get ICEpush working:
<requires-namespaced-parameters>false</requires-namespaced-parameters>
Activity
Deryk Sinotte
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Assignee Priority | P1 [ 10010 ] |
Ken Fyten
made changes -
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Mircea Toma
made changes -
Attachment | ICE-9953.patch [ 17122 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Liana Munroe
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Liana Munroe
made changes -
Attachment | after.PNG [ 17252 ] | |
Attachment | before.PNG [ 17253 ] | |
Attachment | multi.PNG [ 17254 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41509 | Tue Jun 24 15:58:22 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/bridge-support/trunk/src/main/javascript/string.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41510 | Tue Jun 24 16:00:00 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/resources/META-INF/ice.core/bridge-support.js
MODIFY /icepush/trunk/icepush/core/src/main/resources/META-INF/ice.core/bridge-support.uncompressed.js MODIFY /icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/bridge-support.uncompressed.js MODIFY /icefaces4/trunk/icefaces/core/src/main/resources/META-INF/resources/ice.core/bridge-support.js |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects | Compatibility/Configuration [ 10002 ] | |
Assignee Priority | P1 [ 10010 ] | P3 [ 10012 ] |
Ken Fyten
made changes -
Summary | Namespace our parameters | Support Parameter Namespacing |
Ken Fyten
made changes -
Attachment | SamplesRegressions-ParameterNamespacing.pdf [ 17256 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41553 | Mon Jun 30 14:09:53 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/util/EnvUtils.java
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ted Goddard
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #42070 | Mon Aug 04 14:11:40 MDT 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/javascript/application.js
|
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Here is how to properly check for a namespaced UIViewRoot and prefix a parameter with the namespace: