Duplicate id exception when weblogic portal and jsf native portlet
(faces-adapter.jar) is used
----------------------------------------------------------------------------------------------
Key: MYFACES-2382
URL: https://issues.apache.org/jira/browse/MYFACES-2382
Project: MyFaces Core
Issue Type: Bug
Components: Portlet_Support
Affects Versions: 1.2.7, 1.1.7
Environment: weblogic portal 10.3g using shared lib
wlp-framework-common-web-lib ( faces-adapter.jar )
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
On weblogic portal using faces-adapter, the id set and the retrieved one for
<netuix:namingContainer> is different. The reason is this custom solution for
integrate jsf changes the id of the parent component to allow the same native
portlet to be allocated multiple times in the same page.
Add one additional check after create a component of this kind does not harm
and there are no restriction about this on the spec. Really, the expected
behavior is that the id set on UIComponent.setId is the same one as
UIComponent.getId, but in this case is clear why this is not expected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.