> -----Original Message----- > From: Scott O'Bryan [mailto:[EMAIL PROTECTED] > Sent: Wednesday 19 December 2007 00:44 > To: MyFaces Discussion > Cc: MC PHERSON Sandy > Subject: Re: java.lang.IllegalStateException: Client-id : aimSummary_1_2 > is duplicated in the faces tree. >
I took Simon's advice and removed all the JSTL stuff from my portlet. This didn't help :-( What did help was removing the h:form component from the JSP. A refresh of the page now does not cause the exception. However my portlet is pretty useless without its form! > 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. I am using the Weblogic portal portlet bridge and the associated <naming:namingContainer/> tag to avoid this problem: in fact the id which is reported is the instance label of the portlet given in the .portlet file, so the problem can't be coming from there: especially as the problem does not occur in portlets with no h:form. I read somewhere that there was a problem with transient ids with 1.1.1. Could this be related to the form? I have given the form an explicit id. Ideas? Thanks Sandy ____ This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your system. Any unauthorised use or disclosure of the content of this message is strictly prohibited and may be unlawful. Nothing in this e-mail message amounts to a contractual or legal commitment on the part of EUROCONTROL, unless it is confirmed by appropriately signed hard copy. Any views expressed in this message are those of the sender.

