You asked how to maintain the values in the beans, not the user input values. That is why I suggested saveState.
On Tue, Apr 29, 2008 at 3:43 AM, Dipl.-Ing. Torsten Liermann <[EMAIL PROTECTED]> wrote: > Thanks for the information, but t:saveState is not > required, because the panelTabbedPane holds the user input > between tab switches. > > > > On Mon, 28 Apr 2008 07:54:55 -0600 > "Andrew Robinson" <[EMAIL PROTECTED]> wrote: > >With server side switching the other tabs are not rendered. If they > >are not rendered, they cannot be submitted. If they are not submitted > >they cannot be converted or validated or updated. > > > >Use t:saveState if you want to hold onto request scope variables for > >non-rendered or disabled components. > > > >On Sun, Apr 27, 2008 at 4:51 PM, Dipl.-Ing. Torsten Liermann > ><[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> (Sorry, I can not speak english) > >> I'm using MyFaces 1.1.5 and tomahawk 1.1.6. > >> > >> I would like to split several hundred fields in severals tabbed panels. > >> The form tag surrounds the panelTabbedPane. > >> > >> If I click on submit button, only the fields of the active tabbed panel > are converted. > >> > >> What must I do so that also the fields from the inactive tabbed panels > are transmitted into my objects? > >> > >> Many thanks for your help. > >> > >> Torsten > >> > > ---- > Dipl.-Ing. Torsten Liermann Tel: +49 151/11565077 > Primelstrasse 22d Fax: +49 8106/358047 > 85591 Vaterstetten http://liermann-it.de >

