How to add anchor in Wicket's setResponsePage()?
问题 We need to redirect users that access a certain url to a Wicket page and scroll to a anchor in the page. E.g., the users link directly to http://.../target/url/123 . Afterwards, the 123 id is looked up from database. Subsequently, the user will be redirected to a different page based on if the entity was found or not. After the entity has been fetched the user should be redirected to http://.../another/url/123#element123 . How can we achieve this with Wicket? The page should also be