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
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 4.0 [ 11382 ] | |
Assignee Priority | P1 [ 10010 ] |
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Attachment | ICE-9953.patch [ 17122 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
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 | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #41510 | Tue Jun 24 16:00:00 MDT 2014 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Affects | Compatibility/Configuration [ 10002 ] | |
Assignee Priority | P1 [ 10010 ] | P3 [ 10012 ] |
Summary | Namespace our parameters | Support Parameter Namespacing |
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 | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
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 | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Here is how to properly check for a namespaced UIViewRoot and prefix a parameter with the namespace: