t:commandLink for navigation but browser url not changed

2006-10-03 Thread Harry Co
Hi all,   I facing some odd behaviour using t:commandLink.   On my my page, I have a t:commandLink leading to a second page via navigation rule configuration   When I click the link, the proper view is displayed but the url displayed by the browser doe not change (ex: when clicked from the home pag

Re: t:commandLink for navigation but browser url not changed

2006-10-03 Thread Andrew Robinson
Sounds like everything is working fine. The browser retains the URL of the page it posted to (the action of the HTML FORM element). JSF doesn't load the next view until AFTER your action has been executed and the navigation rules are processed. 1) page is rendered 2) user submits the form to the

Re: t:commandLink for navigation but browser url not changed

2006-10-03 Thread Harry Co
Great!!! You're totally right Andrew!!! I've forgotten the redirect option. Everything is working fine!! Silly of me!!! ;-) Thanks so much and thanks again for the quick and straight answer.   Harry.  2006/10/3, Andrew Robinson <[EMAIL PROTECTED]>: Sounds like everything is working fine.The browser

Re: t:commandLink for navigation but browser url not changed

2006-10-03 Thread Aneesha Govil
On 10/3/06, Andrew Robinson <[EMAIL PROTECTED]> wrote: In summary:URL != View IDThere are many WIKI entries and posts discussing this and differentways of handling this based on your needs.-AndrewCan you give me some links to those resources? I can't find any, I suppose you mean the myfaces wiki. T

Re: t:commandLink for navigation but browser url not changed

2006-10-04 Thread Andrew Robinson
Check the archives of this list. I don't have any links. I just know that this topic has been brought up many times. In fact, a good resource is the Java tutorial on Sun's web site. Just review the Java lifecycle and the navigation handler. On 10/3/06, Aneesha Govil <[EMAIL PROTECTED]> wrote: