Hi, I'm new to MyFaces and Tobago. In my first test application I created a menubar, toolbar and a sheet filled with data from a database. The first request always works fine an the page gets rendered. A simple reload leads into an error:
java.lang.IllegalStateException: Client-id : _id6 is duplicated in the faces tree. This always happens every second request - one works, the next one does not. I read about several problems with id's regarding plain JSF. Should this happen with Facelets and Tobago, too? Is there any other option than giving each component an id manually? Regards, Ollie.

