Description
When rendering stateless page Wicket should not use the current page's pageId when rendering URLs to links, forms, etc.
This way PageProvider can recognize whether the request is to an expired stateful page or to a stateless page and decide whether to ignore the passed request parameters or to use them.