Hi,

I was wondering if Wicket provides any build in support for the following
problem.

The user edits data in a tabbed pane component, the data is kept in a model
bean and will be stored in the database when the user presses the save
button.
In this context he can switch back and forth between tabs without losing
any data because each switch causes a server roundtrip to update the model.

Now, to complete the whole process lets say the user has to leave the tab
context
to select arbitrary data needed from a different page and comes back to the
tab context.

How can I make sure that the data he entered immediately before changing the
context
will not be lost.

Keep in mind the user did not switch the tabs to trigger a server roundtrip
to
update the model just before he left the tab context.

We have this scenario very often in our application.

Greets,
jd



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to