how the clientid is generated ?
I have a PhaseListener class that adds an HtmlOutputText to a grid on a page. On the first postback, all of these HtmlOuputText components are displayed correctly. On the 2nd postback of that same page, I got and exception of non-unique client id. myform:_id0.
If I manually generate the IDs then I do not get that error.
I thought the application instance would generate the appropriate IDs automatically by checking all the IDs on the ViewRoot. Or does this mean the application will "forget" the IDs after the life cycle finishes and starts over for the next cycle?
Thanks for your advice,
Vu

