Hi guys, I am trying to get a small application that uses
JSF for rendering.
I can't get it to render JSF tags in an .xhtml file properly. However, these tags are properly rendered in an equivalent .jsp file.
Here are the contents of the web.xml file:
The application server I am using is
JBoss 5.1.0 GA.
Can anyone provide any pointer as to what could be wrong?
Here are the contents of the register.xhtml file:
Here are the contents of the register.jsp file: