1.4.5
In window with list, I call modal window
(org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow)
with my edit window (extends org.apache.wicket.markup.html.WebPage with
WebSession.get().createAutoPageMap()).
This edit window contains some link, wich also create modal window for
select value from list.
If user click on this link fourth times (even user click on same link
and close select modal window without any select), after close edit
window wicket throws exception "PageExpiredException".
... else select page created with
WebSession.get().createAutoPageMap()
in constructor...
What case to use "WebSession.get().createAutoPageMap()" in page constructor?
Why in not select window?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]