OK, so what's wrong with developing a custom NavigationHandler reading off of its own metadata outside of faces-config.xml (not just playing outcome or to-view-id syntactical tricks)?
When we designed NavigationHandler in the spec, we very intentionally built a bare-bones navigation system with the absolute intention that people would build stronger, more powerful ones. I continue to be surprised that no one's doing that (Shale's dialogs being one of the sole exceptions). -- Adam On 4/6/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: > the navigation handler doesn't read in the configuration. Reading in > the configuration is implementation specific, AFAIK. > > you could parse the faces-config.xml's twice, eventually. > > regards, > > Martin > > On 4/6/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > > Martin, > > > John (I think) suggested to do it in the navigation rules of the > > > faces-config.xml, but there it will be implementation specific, except > > > you get it in the spec. > > > > > With some tricks we might get this in in an custom NavigationHandler, no? > > > > Ciao, > > Mario > > > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces >
