I have given all the elements a id except for the form element...so the portal or portal bridge is giving unique ids. I never succeed until now with <portlet:namespace /> with JSF. But I used the nightly build and the duplicate ids problem was away.
________________________________ Von: Nebinger, David [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 28. November 2006 22:27 An: MyFaces Discussion Betreff: RE: Duplicate ids of some tomahawk components with portlets If you're specifying IDs for components directly, you have to remember to include the portlet namespace in the generated ids. -----Original Message----- From: Pfau, Oliver [mailto:[EMAIL PROTECTED] Sent: Friday, November 24, 2006 3:38 AM To: MyFaces Discussion Subject: Duplicate ids of some tomahawk components with portlets Hi, I have a problem with some tomahawk components in liferay portlets. When I use one portlet with datatable and scroller for instance on the first rendering of the page all is fine. If I switch to page 2 with data scroller and then click on the portal tab, a dupblicate id exception is thrown for all folllowing requests until new login. If I use 2 portlets and switch the data scroller to page 2 and send a request in portlet 1, the same exception is thrown. Is it possible to solve that ? Regards, Oliver

