Hello, I'm having a problem using facelets. Loading a page initially is working fine, but if I reload the page either by clicking on a link on the page or returning back from another page, I got the following error:
java.lang.IllegalStateException: Client-id : j_id45 is duplicated in the faces tree If I reload the page by starting a new session the error is gone. And then the error happens again when the page refresh. I'm using Trinidad 1.2.11, myfaces 1.2.3, and Facelets 1.1.14 on an OC4J app server. --Omar

