ModalWindow clears Models of Creating Page
------------------------------------------
Key: WICKET-3967
URL: https://issues.apache.org/jira/browse/WICKET-3967
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.5-RC5.1
Reporter: Stefan Mandel
A ModalWindow (contained in CallingPage) creates a new Page (ModalPage).
- passing a Model to this ModalPage via Constructor works,
- Submitting a Form in this ModalPage works, too (the Model is updated),
- Closing the ModalPage via Ajax-Submit works, but the Model will not arrive
the CallingPage. It seems that the Instance of CallingPage which called the
ModalWindow and the one which receives the CloseEvent are not the same (two
different versions through serialization)
This Behaviour did not occur in Wicket 1.4
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira