Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.1, 1.1.2-SNAPSHOT
-
None
-
JSF RI.
Description
Using panelNavigation2 and navigationMenuItems with JSF RI causes this exception to be thrown:
java.lang.IllegalStateException: Parent was not null, but this component not related
...
Read people asking about this issue at:
http://forum.java.sun.com/thread.jspa?threadID=706057
I think the problem is HtmlNavigationMenuRenderer because it calls setParent() before adding the new item as a child. I believe that even calling setParent is wrong as stated by specs (see 3.1.7 of jsf-1_1-mr-spec.pdf).
Attachments
Attachments
Issue Links
- is duplicated by
-
TOMAHAWK-480 java.lang.IllegalStateException in panelnavigation_2.jsf example
- Closed