You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "martin-g (via GitHub)" <gi...@apache.org> on 2023/06/05 12:24:32 UTC

[GitHub] [wicket] martin-g commented on pull request #592: Improvement/ernestosemedt/wicket 7059

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: commits-unsubscribe@wicket.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org