[Solved] Set application state in iframe only
Links in wicket work by calling the urlFor method of the request cycle. This includes a URL renderer which all URLs are passed through when they are being generated. If you: Write a sub class for UrlRenderer to add your themePreview parameter to all urls if it was a parameter in the request Write a … Read more