Checking for navigation rule

2007-08-31 Thread David Brunette
Hi everybody. Is there an easy way for an action method to check for the existence of a navigation rule before returning the outcome String? I know that the normal functionality is that, if you return an outcome that does not match to an existing navigation rule, the same view

Re: Checking for navigation rule

2007-08-31 Thread Andrew Robinson
Even though you would have to cast it, I believe these methods are now public on the NavigationHandlerImpl of myfaces On 8/31/07, David Brunette [EMAIL PROTECTED] wrote: Hi everybody. Is there an easy way for an action method to check for the existence of a navigation rule

Re: Checking for navigation rule

2007-08-31 Thread Mike Kienenberger
This is complete guesswork, but what about extending navigationHandler and installing a custom navigation handler? You could then make the default behavior of your navigation handler to get outcomes from somewhere else, perhaps by setting navigationHandler.setFallBackOutcomeCallback(Method

RE: Checking for navigation rule

2007-08-31 Thread David Brunette
] Sent: Friday, August 31, 2007 11:31 AM To: MyFaces Discussion Subject: Re: Checking for navigation rule This is complete guesswork, but what about extending navigationHandler and installing a custom navigation handler? You could then make the default behavior of your navigation handler to get