Hi all,
my client has a website, where he includes our Wicket application (Wicket 8.3.0) via JQuery.load() in his template. Because of a Reverse-Proxy, he has to whitelist all PageParameters. To keep it short; We need to change the pageId Parameter to something like "myapp.com/homepage?pageId=1". After reading source code and googleing I couldn't find a way to do this. Is it even possible? If so, where would be the place to look for? Thanks for any hints, Ravi