Additional ajax request before ajax form submit

2013-09-27 Thread Tom Götz
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

Re: Additional ajax request before ajax form submit

2013-09-27 Thread Ernesto Reinaldo Barreiro
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

Re: Additional ajax request before ajax form submit

2013-09-27 Thread Martin Grigorov
Hi, On Fri, Sep 27, 2013 at 10:41 AM, Tom Götz t...@decoded.de 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