Hi Emmanuel,
Yeah i've tried changing it to *.jsp, unfortunately that just throws lots of errors.
I think that is the sort of thing i am looking for, best practices, things like using *.xhtml
Does that mean that when you a coding links to & from jsp pages with JSF in them, you link to .xhtml?
An example maybe:
create test.jsp page with JSF in, in my folder in my web app.
from another jsp page (say hello.jsp), an <a> tag would be:
<a href="http://localhost:8080/mywebapp/test.xhtml">to
test</a>
Thanks
Mark