Why show JSF not the current URL in the browser ?????
In old Struts-Apps I never had this problem.

it's a postback. the request is submitted back to your page

/faces/ctx/form.xhtml

contains your form and check the rendered action it goes to exactly this page
(postback)

in struts your page "form.jsp" contains a form and the rendered action is
"doit.do" (or what ever)

That's why.
There is somewhere a wiki for this issue/bookmark problem as well




Robert Reiz
(24/7-IT-Services)


 ________________________________
 Von: Francisco Melo [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 28. Juni 2007 15:26
An: MyFaces Discussion
Betreff: Re: AW: JSF URL



Hi, try do not use the navigation faces in faces-config.xml, use a URL like
a href attribute i an <a> tag.

[EMAIL PROTECTED] escreveu:

Hi,

I have try it, but no effects.


Robert Reiz
(24/7-IT-Services)



 ________________________________
 Von: Cagatay Civici [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 28. Juni 2007 14:56
An: MyFaces Discussion
Betreff: Re: JSF URL

Hi,

Try adding <redirect /> to your navigation configs in these cases.

Cagatay


On 6/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> we have some JSF Applications with MyFaces, Trinidad, Facelets, Spring,
Hibernate.
> In all Apps the Browser show allways the last URL, not the current URL.
> For exampel:
>
> 1. I start the App. I come to the "login.jsf".
> 2. After the login-Procedure I come to "welcome.jsf", but in the URL is
still "login.jsf".
> 3. After I click "useradministration" I come to the
"useradministration.jsf", but in the URL is still "welcome.jsf"
>
> what I have to do, to change this behavior. I will always see the actual
"XXX.jsf" int the URL.
> If I am in the useradministration, I will see the "useradministration.jsf"
in the URL.
>
> thanks,
>
> Robert Reiz
> (24/7-IT-Services)





--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to