Vladimir Kovalyuk schrieb:
Do wicket has a generic approach to handling the following scenario?
1. user opens a page with details of some entity, for instance a user.
2. user starts to type in fields
3. user clicks some link, then she is informed that the form contains
unsaved data and asked to press "discard and proceed", "save and proceed" or
"cancel".
Nope. How should wicket decide on that? It's business logic. And so you
have to present the dialog
(modal window?) yourself. Alternatively you could an javascript alert.
Cheers
Per
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]