Re: NavigationHandler registration

2006-08-24 Thread Matthias Wessendorf
Wouldn't that get it registered last, rather than first? But yeah, you said at the bottom, that sounded to my like the last one added. however, a.jar or z.jar (whatever you want) can do the trick ;) either a z.jar or a.jar with nothing but a faces-config.xml declaring a nav handler may work. I

Re: NavigationHandler registration

2006-08-24 Thread Laurie Harper
Matthias Wessendorf wrote: On 8/23/06, Laurie Harper <[EMAIL PROTECTED]> wrote: I have a requirement to register a custom NavigationHandler implementation at the bottom of the delegation stack, rather than at the top as happens when registering through WEB-INF/faces-config.xml. Basically, I need

Re: NavigationHandler registration

2006-08-23 Thread Matthias Wessendorf
On 8/23/06, Laurie Harper <[EMAIL PROTECTED]> wrote: I have a requirement to register a custom NavigationHandler implementation at the bottom of the delegation stack, rather than at the top as happens when registering through WEB-INF/faces-config.xml. Basically, I need to make sure that delegatin

RE: NavigationHandler registration

2006-08-23 Thread Dhananjay Prasanna
I don't think myfaces allows it, but since you asked for an "alternative" you can use an AOP pointcut to intercept navigation dispatch. Remember though, this is a fairly low-level type of replacement and you should be careful not to break any interface contracts. -Original Message- From: