Hi,

I am not 100% sure this is a MyFaces issue but I thought I would start here. I am using Facelets with MyFaces. Whenever I click on a commandlink, my navigation is successful but the address in my address bar is always one page behind my current view. For instance, if I at at Home and click 'About Us' the about us page is rendered but my navigation still says something like

http://localhost:8080/mycontext/pages/main.htm

If I then click 'Contact Us' the contact page is rendered and the address bar says:

http://localhost:8080/mycontext/pages/common/about.htm

If I then select 'home' I get

http://localhost:8080/mycontext/pages/common/contact.htm

This really just seems to be a pain more than anything. Does anyone have any idea what is causing it?

Note that my web.xml Faces Servlet value is *.htm

<servlet-mapping>
       <servlet-name>Faces Servlet</servlet-name>
       <url-pattern>*.htm</url-pattern>
   </servlet-mapping>

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to