Re: [Trinidad] Navigate to different view on return from dialog

2007-08-01 Thread Adam Winer
David, Instead of calling sendRedirect(), in your return listener you could simply get the NavigatioHandler and invoke it directly: nh.handleNavigation(context, null, "afterDialogOutcome"); ... and any navigation rule attached to that outcome will happily fire, redirect or no (it'll get turned

RE: [Trinidad] Navigate to different view on return from dialog

2007-08-01 Thread David Brunette
te to different view on return from dialog David, Instead of calling sendRedirect(), in your return listener you could simply get the NavigatioHandler and invoke it directly: nh.handleNavigation(context, null, "afterDialogOutcome"); ... and any navigation rule attached to that outcome wi

Re: [Trinidad] Navigate to different view on return from dialog

2007-08-01 Thread Simon Lessard
turnListener of > the dialog. > > Dave > > -Original Message- > From: Adam Winer [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 01, 2007 5:19 PM > To: MyFaces Development > Subject: Re: [Trinidad] Navigate to different view on return from dialog > > David, > >

Re: [Trinidad] Navigate to different view on return from dialog

2007-08-01 Thread Martin Marinschek
t; Dave > > > > -Original Message----- > > From: Adam Winer [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 01, 2007 5:19 PM > > To: MyFaces Development > > Subject: Re: [Trinidad] Navigate to different view on return from dialog > > > > D