Ajax Submits

Ajax Forms can be submitted using Ajax semantics. Tapestry listeners can be invoked, using link / javascript / button submissions.

For the usual, "redirect-after-post" submissions, you can always redirect from the listener. The Ajax request will recognize the server code and redirect the browser.

Button Submission

You can create normal submit buttons using AjaxSubmit. Listeners and actions can be bound as usual.

Image Button Submission

You can also use image buttons to submit forms, with the AjaxImageSubmit component. Listeners and actions can be bound as usual.

Link Submission

You can also use links to submit forms (as in LinkSubmit), using Ajax semantics.

Script Submission

You can also use scripts to submit forms using Ajax semantics. They can be bound to events such as 'onclick' or 'onchange', allowing the application to update areas of content when a field's content changes, for example.


Normal Name Backwards Name