Re: How to automatically add a parameter to every request

2013-02-26 Thread Martin Grigorov
Hi, You can also use a custom root mapper that does this for all wrapped mappers. See how HttpsMapper and CryptoMapper work. On Wed, Feb 27, 2013 at 4:55 AM, Igor Vaynberg wrote: > see IRequestCycleListener#onUrlMapped() > > -igor > > On Tue, Feb 26, 2013 at 6:35 PM, Florian Braun > wrote: > >

Re: How to automatically add a parameter to every request

2013-02-26 Thread Igor Vaynberg
see IRequestCycleListener#onUrlMapped() -igor On Tue, Feb 26, 2013 at 6:35 PM, Florian Braun wrote: > Hello, > > I am currently in the process of migrating an application from Wicket 1.4 to > Wicket 6. > > In my application I have a parameter that needs to be part of every request > (kind of l

How to automatically add a parameter to every request

2013-02-26 Thread Florian Braun
Hello, I am currently in the process of migrating an application from Wicket 1.4 to Wicket 6. In my application I have a parameter that needs to be part of every request (kind of like pageMaps used to be in 1.4). This means I have to check each request to see if the parameter is there and if