[email protected] wrote:
There are 3 tabs in a tabbedpanel, a TextField component is in the first tab,
and several form components in the other tabs for user input. I added a save
button in the tabbedpanel(instead add 3 buttons in each tab, because I just
want to save all user inputs by one click), my question is, how to get the
TextField value whick is belonged to the first tab when click on the save
button.
Let all tabs share the same model which you update using
AjaxFormComponentUpdatingBehavior("onchange").
//Swanthe
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]