You might also want to check to see if you have more then one Faces
Portlet on your page at the same time. In Bridges before JSR-301,
namespacing was not addressed. As such, you may need to manually
surround your portlet with a naming container whose value id is equal to
the namespace. This will only be a problem if you have more then one
portlet using faces, so if you don't then Simon's suggestion is more likely.
Scott
Simon Kitching wrote:
---- MC PHERSON Sandy <[EMAIL PROTECTED]> schrieb:
Hi
I am developing JSF based portlets in Weblogic Portal 10 and using the
BEA supplied version of MyFaces 1.1.1. When I reload a portlet, or do a
form submit inside the portlet I keep getting the following
java.lang.IllegalStateException: Client-id : aimSummary_1_2 is
duplicated in the faces tree.
You're not using c:if or c:forEach in these pages are you?. Those tags do not
integrate at all well with JSF1.1, and can cause duplicate id problems.
I have the feeling that the branches are getting very thin and this is
one heavy monkey...
:-)
Regards,
Simon