Hi Joachim,

from
http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/Submit.html

(The thing to remember is that the Submit component will trigger its
"selected" event in the *middle* of the form submission, *before the form
triggers its "validate", "success" (or "failure") and "submit" events*. Thus
the best thing to do is to store in a temporary field what should be done
inside the "success" event handler.)

The use of multiples submit buttons appears to be the best option, instead
of actionlinks.

Marcus

Reply via email to