Alan Chandler <alan <at> chandlerfamily.org.uk> writes:

> 
> If I have a listener on a form AND a action listener on a submit button, what 
> happens when the submit button listener returns non null?

Each will be executed at its designed time of execution. They don't know
about each other.

> Does the form listener get executed?, 

Yes.

> or do I get an immediate redirect to the page represented by the return value?

The page you activate will be loaded only after the rewind phase is 
finished and when the render phase is started.

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to