Hi,

I have the following problem. I created a three individual forms each
within its own Tab (implementing AbstractTab). Each is submitted via
ajax according to the Ajax-FormPage example. All forms are backed by the
same Model-Object representing a simple Product wrapped in a
BoundCompoundPropertyModel.

On the surrounding page I have a forth form just with a submit button.
This form refers to the same Product-Object and when the button is
clicked it performs some action cleans up my Product Object and persists
it via JPA.

This is working so far, but currently I have to hit my "ajax-submit"
button always before switching between each of the three "real" forms
using the tabs.

Is there an elagant solution to trigger this ajax submit and validating
the form elements of the currently active form when the user clicks on
one of the other form-tabs. So that I do not need a visible ajax-submit
button anymore ...

Steffen


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

Reply via email to