This is the structure of my project (exactly these five files):
/p1 pom.xml /src /main /java /webapp ...
I have a problem with duplicated ids in my JSF app. I've read in this post that one of the possible solutions is to use Naming Container. Can you give ...