Martin Grigorov created WICKET-5471:
---------------------------------------
Summary: 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
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)