I have done this already as I needed the functionality for "on-load" functionality Check out the "OnLoad" component documentation and code at (code is released as "jsfExt"):
http://jsf-comp.sourceforge.net/ On 2/16/06, Dave <[EMAIL PROTECTED]> wrote: > If I use put transaction boundry logic in Phase listener, only one place, > because it will be executed for all requests. > > > Dennis Byrne <[EMAIL PROTECTED]> wrote: > Any reason why you are not demarcating the beginning and end of a database > transaction inside the action method ? ;) > > Dennis Byrne > > >-----Original Message----- > >From: Dave [mailto:[EMAIL PROTECTED] > >Sent: Thursday, February 16, 2006 02:46 AM > >To: [email protected] > >Subject: change navigation in PhaseListener > > > >The value returned from action method determines the navigation. But in the > transaction boundary that ends in Invoke Application phase listener (after > phase), the page navigation depends on transaction result: commit or > rollback. > > > > So I am wondering if there is a way to change page navigation in a Phase > listener(After Invoke application phase)? > > > > Thanks ! > > > > > >--------------------------------- > >Brings words and photos together (easily) with > > PhotoMail - it's free and works with Yahoo! Mail. > > > > > > ________________________________ > Relax. Yahoo! Mail virus scanning helps detect nasty viruses! > >

