[
https://issues.apache.org/jira/browse/WICKET-5471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-5471.
-------------------------------------
Resolution: Fixed
Fix Version/s: 7.0.0
6.14.0
> Store the page if it is known that it will be used in a following request
> -------------------------------------------------------------------------
>
> Key: WICKET-5471
> URL: https://issues.apache.org/jira/browse/WICKET-5471
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 6.13.0
> Reporter: Martin Grigorov
> Assignee: Martin Grigorov
> Fix For: 6.14.0, 7.0.0
>
>
> WICKET-5415 added optimization that a page that is not touched (respectively
> initialized/rendered) won't be stored in the IPageStore/IDataStore.
> This led to a problem like the one described at
> https://issues.apache.org/jira/browse/SYNCOPE-476 - a PageReference returns
> null.
> Wicket can make this better by initializing a page which #getPageReference()
> is used or when RequestCycle#setResponsePage(Page) is used.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)