[ 
https://issues.apache.org/jira/browse/WICKET-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051055#comment-13051055
 ] 

Pedro Santos commented on WICKET-3809:
--------------------------------------

Hi Marieke, share data using session is only one option, it is possible to use 
database, secondary memory, static maps, etc. But don't share static models 
between pages, it don't make any sense since its value is serialized in the 
page version and not propagated beetwen referrers already serialized.

> ModalWindow with Page as content doesn't change parent Page's version 
> ----------------------------------------------------------------------
>
>                 Key: WICKET-3809
>                 URL: https://issues.apache.org/jira/browse/WICKET-3809
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.4.17, 1.5-RC4
>            Reporter: Andera Del Bene
>            Assignee: Pedro Santos
>         Attachments: quickStart.zip
>
>
> Let's have a  ModalWindow  with a page as content (not a panel). In this 
> window we access to parent page's model and we perform some changes on it. 
> When we close ModalWindow wicket restore the original version of parent page, 
> without model's changes.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to