2008 11:19:06 +1000
> Von: Geoff Callender <[EMAIL PROTECTED]>
> An: Tapestry users
> Betreff: Re: Form event order issues
> Sorry but the technique I posted for an Abort button doesn't work in
> IE7. However, the Buttons component from t5components does work.
>
>
Sorry but the technique I posted for an Abort button doesn't work in
IE7. However, the Buttons component from t5components does work.
t:event="abort">Abort
See http://87.193.218.134:8080/t5c-demo/buttonpage .
Get t5c-commons and t5c-contrib jars from http://code.google.com/p/tapestry5-compo
I'm assuming Abort can ignore what you've typed into the form, in
which case the more common technique is to use a link component
instead of a submit. That way you bypass the validators. You can
style a link to look like the submit button easily enough if that's
what you'd like, eg.