martin-g commented on PR #592: URL: https://github.com/apache/wicket/pull/592#issuecomment-1576689100
I agree with @theigl that you should be able to do this without adding the new API method. For example you could use a IRequestCycleListener that uses ` Session.get().getPageManager().untouchPage(page);` whenever some condition is met, e.g. when a specific RequestCycle metadata is set (in the Ajax callback method). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
