This is the default way to do it. However, you can write your own javax.faces.application.NavigationHandler to handle things differently if you don't like the default navigation (for example, you could return the name of the page to load directly).
On 9/27/05, hicham abassi <[EMAIL PROTECTED]> wrote: > Hi, > > How do you handle your navigation when you webapp can have many many views ? > Is there a another way to avoid declaring views into faces-config.xml ? > What's you dynamic way fot that purpose ? > > Thanks. > > > > > -- > > hicham ABASSI > [EMAIL PROTECTED] >

