Only solution I have found has been to modify your navigation.xml (JSC term, sure it somehow carries over to MyFaces) for each action to have a <redirect/>.  There are issues with Request-scope variables in that they disappear with this solution, but the only one I've found to-date.
 
=======
        <navigation-case>
            <from-outcome>Page1toPage2</from-outcome>
            <to-view-id>/Page2.jsp</to-view-id>
            <redirect/>
        </navigation-case>
=====
 
-D


From: Rene Guenther [mailto:[EMAIL PROTECTED]
Sent: Monday, August 08, 2005 11:14 AM
To: 'MyFaces Discussion'
Subject: url has to change

Hi,

 

I am using sitemesh. Sitemesh decorates my page depending on the URL. I got a page with a list, I press a button (must be a not – redirect navigation) and the URL doesn’t change. What can I do to get the “real” URL displayed?

 

Thanks

René

Reply via email to