2 Replies Latest reply on Apr 24, 2010 7:22 AM by anitha.nagani.raj.gmail.com

    Problem in creating a new .xhtml file

    anitha.nagani.raj.gmail.com

      Hello all,


      I have generated a CRUD application using seam gen tool.In the application i have many .xhtml files in the webcontent folder. All these files includes template.xhtml file which is in the layout folder. I have few tabs in my application and i want to populate these tabs with those .xhtml files which i'm going to create. The main thing is don't want these newly created files to include template.xhtml but another template which i have created. When i include the newly created template path in my .xhtml file, the tab don't get populated with the desired content. It will be empty.


      Can anyone tell me how to populate the tab with a new .xhtml file and a newly created template?