I'm having an issues upgrading the current project I'm working on with
facelets. The pages that use simple tags like panelbox and
commandbutton is working fine. The pages with complex component tag
like a tree or a paneltabbed is always complaining about duplicated
client ids. I've been able to reproduce the problem by creating a demo
application with paneltabbed and In the process of trying to identify
the problem, I added client ids for each component one by one until I
end up adding client ids for all the components. After adding client
ids for all the tags I'm not getting duplicated client ids any more.
Creating client ids for all the tags is not practical. Thats why I've
opened a jira bug issue 1567.
https://issues.apache.org/jira/browse/TRINIDAD-1567
working with facelets is very interesting and promising. Is anyone out
there facing the same problem or has an experience with facelets that
might help?
--Omar