container « Facelets « JSF Q&A





1. where do I place XHTML files to make them visible in GlassFish web container?    stackoverflow.com

This is the structure of my project (exactly these five files):

/p1
  pom.xml
  /src
    /main
      /java
      /webapp
 ...

2. Jsf How to create a Naming Container    stackoverflow.com

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 ...