In submit button you should use action attribute instead of listener attribute.

>From tapestry documentation about action attribute:
 A listener that is notified if this component is triggered just
before the form's listener, after all components enclosed by the Form
have had a chance to update their properties.

2005/10/6, Pedro Abelleira Seco <[EMAIL PROTECTED]>:
> I need to defer the invocation of a listener method until the end of
> form procesing.
>
> What is the correct way to do this in Tapestry 3? I know that this is
> supported in t4, but I need to do it in t3.
>
> Thanks a lot
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to