---- 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

