[
https://issues.apache.org/jira/browse/WICKET-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg closed WICKET-1661.
---------------------------------
Resolution: Invalid
Assignee: Igor Vaynberg
model objects were not serializable
> Multi-window application problem
> --------------------------------
>
> Key: WICKET-1661
> URL: https://issues.apache.org/jira/browse/WICKET-1661
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.3
> Environment: Windows XP
> JDK 1.5
> Firefox/IE
> Reporter: Jürgen Lind
> Assignee: Igor Vaynberg
> Attachments: WicketCDDB.zip
>
>
> Use case: I have a list of items and each item has a link that takes me to
> the details page
> or that item. Now I want to be able to have several detail pages open at the
> same time.
> The problem that I am facing is, that whenever I open a details link using
> the browsers "open in
> new window" feature for a new window, I get a "page expired" error in the list
> page whenever I try to open a second window. I have already striped down the
> code to find out that the error occurs whenever the details page has a form
> inside. Without the form, I can open as many windows as I like, if I have a
> form
> the application fails.
> Reproduce:
> 1. Set deployment target in build.properties
> 2. Deploy application using "ant deploy"
> 3. Open Homepage
> 4. Click first "Update" link with "Open in new Window"
> 5. Click second "Update" link"
>
> --> "Page expired"
> If you remove the form in "Details.html" and Details.java, several "Detail"
> pages can
> be opened simultaneously
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.