Jan,

That is the way myfaces works.  If you want the URLs to match you'll
probably have to add the <redirect /> tag/parameter/attribute to your
navigation rules plus make sure that you put your beans in a scope where you
can use them in the next request if you need them such as a flash scope
(oops, nevermind that scope isn't myfaces), session scope, dialog scope,
SEAM (if you use it) conversation scope, etc.

Regards,
David

-----Original Message-----
From: Jan Zach [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 20, 2006 4:29 PM
To: [email protected]
Subject: one step delayed url


Hi, don't you have anobody idea why url is laggin one step behind the actual
url of the application? For example the app is in /page1.jsf with navigation
control pointing to /page2.jsf. After firing the control the navigation
properly handles the request and /page2.jsf is displayed, however, in the
brower (and also in navigation handler) I'm getting /page1.jsf. The proper
url is shown after another step.

I'm using myfaces 1.1.1, web.xml and faces-config in the attachment.

Thanks
jan




Reply via email to