Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.7, 1.2.7
-
None
-
weblogic portal 10.3g using shared lib wlp-framework-common-web-lib ( faces-adapter.jar )
Description
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.