duplicate-id

Facelets duplicate id

I'm creating a facelet component which I intened to include many times in a single page. I need to define one a4j:outputPanel tag inside my component and give it an id, so that it would be possible to reRender this outputPanel via ajax. But facelets seems not to handle that situation as "duplicateId Exception" is thrown. I partialy unde...