I have a AjaxTabbedPanel with three tabs.
The model I use is a loadableDetachableModel in a CompoundPropertyModel
(setModel(new CompoundPropertyModel(loadableDetachableModel));)
The tabs share the same model. 
I want to keep the inserted data in tab 1 when I switch to tab 2 since I
have a store button that should store all the new/changed information in all
the tabs.

If I insert new information i a TextField in tab 1 and  then select tab 2
and then switch back to tab 1 - the data is lost. How do I avoid detach when
I switch tabs?

Best regards,
Elisabeth
-- 
View this message in context: 
http://www.nabble.com/AjaxTabbedPanel-and-LoadableDetachableModel----keep-inserted-data-when-selecting-tabs-tf4810460.html#a13763612
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to