I think that if your are using AJAXTabbedPanel only one tab will be present at client side at any time: as far as I remember the component does an AJAX replace when you choose tabs. One alternative would be using a tabs components that displays all tabs on client and uses JavaScript to make them visible/invisible.
On Fri, Sep 27, 2013 at 10:41 AM, Tom Götz <[email protected]> wrote: > Hi, > > I have the following situation: > we use a tabpanel (8-10 tabs) to display lots of form components. On tab > change the content of the activated tab is made visible via ajax, content > of all other tabs is made invisible (setVisible(false)). To not lose user > input we do a form submit when changing tabs, with > setDefaultFormProcessing(false). All fine up to here. > > Now: when I submit the form, only the data of the active tab is submitted, > because all others are invisible at that moment. So I think I need to do an > additional ajax request before submitting the form, to set all tab-content > visible and after that submit the form. Does this sound like a good idea? > How would I do that? > > Cheers, > -Tom > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards - Ernesto Reinaldo Barreiro
