On 5/17/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > One idea might be to have a filter. I could look for a special > pattern like "launch:dialog:xxx." If the requested URL contains that > pattern the filter could ask the NavigationHandler to handleNavigation > for "dialog:xxx." I think that would work.
That should work -- on most of the extension points JSF supports the "decorator pattern" of chaining implementations together, so you can define your custom NavigationHandler to handle your special case, and delegate everything else. > > sean > Craig PS: By the way ... don't look for any mail from me for the next week or so ... off on vacation with no computer (gulp! err, i mean phew! :-). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]