AW: Change pageId Parameter structure

2020-07-16 Thread Ravi Knox
Hi Bas, I refactored my code as you described and it works well so far. Thanks a lot J Ravi

Re: Change pageId Parameter structure

2020-07-14 Thread Bas Gooren
e?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 > > Quoted from: http://apache-wicket.1842946.n4.nabble.com/Change-pageId-Parameter-structure -tp4684229p4684233.html

Re: Change pageId Parameter structure

2020-07-14 Thread Martin Grigorov
erse-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". > > > > > >

Re: Change pageId Parameter structure

2020-07-14 Thread Ravi Knox
thing 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, > > >

Re: Change pageId Parameter structure

2020-07-13 Thread Martin Grigorov
Hi Ravi, The logic you look for is at https://github.com/apache/wicket/blob/267fb06eec31e8e530fb5f0a4f691a0782e3d5b8/wicket-core/src/main/java/org/apache/wicket/core/request/mapper/AbstractComponentMapper.java#L79 It is called by:

Change pageId Parameter structure

2020-07-12 Thread Ravi Knox
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