Description
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.
Attachments
Issue Links
- is depended upon by
-
SYNCOPE-478 Upgrade to Wicket 6.14.0
- Closed
- is related to
-
SYNCOPE-476 NPE opening Roles tab
- Closed
-
WICKET-5415 Do not initialize pages which were not rendered
- Resolved
- relates to
-
WICKET-5499 Page is not touched during initialization
- Resolved