Re: Can JSF Navigation be Reasonably Rewritten?

2004-11-22 Thread Vic
I think you will get a lot more feedback at the Apache MyFaces, A Struts siter project. Consider posting there. http://www.marinschek.com/myfaces/tiki/tiki-index.php?page=MailingLists .V Dakota Jack wrote: Is there a potential useful and reasonable rewrite of JSF so that the sort of navigation

Re: Can JSF Navigation be Reasonably Rewritten?

2004-11-22 Thread Craig McClanahan
The page navigation *mechanism* in JSF is pluggable -- you need to provide an implementation of javax.faces.application.NavigationHandler, which could then do things like look at Struts action mappings to figure out where to go next, instead of (or in addition to) the JSF navigation-rule stuff.