Well I'd say it's definitely know to the navigation handler because it finds the page the second time I click on the same link.
Shawn -----Original Message----- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 2:14 PM To: MyFaces Discussion Subject: Re: another commandLink problem If the returned string for the action is null or unknown to the navigation manager, it'll show the same page again. Also, if the commandLink isn't rendered either before or after the request, it'll return the same page. Same thing if the link is inside a UIData component and the UIData model isn't preserved across requests (t:saveState on request-scoped data). On 1/17/06, Garner, Shawn <[EMAIL PROTECTED]> wrote: > > > > I've noticed my commandLinks don't go to the page the first time. It seems > to reload the page and then if I click on it again it goes to the next view. > > Anyone know what is causing this, how to fix it? > > > > Shawn > > **************************************************************************** > > This email may contain confidential > material. If you were not an intended recipient, > Please notify the sender and delete all copies. > We may monitor email to and from our network. > > *************************************************************************** > **************************************************************************** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. ****************************************************************************

