Re: Configure AjaxRequestAttributes globally?

2013-01-09 Thread Thomas Götz
file a ticket for improvement. On Wed, Jan 9, 2013 at 1:13 AM, Thomas Götz t...@decoded.de wrote: Is there a way to manipulate/configure AjaxRequestAttributes globally (in Wicket 6.x)? My usecase: in every AJAX request I want to include some dynamicExtraParameters, i.e. client side

Re: Configure AjaxRequestAttributes globally?

2013-01-09 Thread Martin Grigorov
AjaxRequestAttributes globally (in Wicket 6.x)? My usecase: in every AJAX request I want to include some dynamicExtraParameters, i.e. client side information. Or is the only way to do this to hook into one of the global ajax channels (e.g. /ajax/call/before) and manipulate the attributes object directly? I'd

Re: Configure AjaxRequestAttributes globally?

2013-01-09 Thread vineet semwal
AjaxRequestAttributes globally (in Wicket 6.x)? My usecase: in every AJAX request I want to include some dynamicExtraParameters, i.e. client side information. Or is the only way to do this to hook into one of the global ajax channels (e.g. /ajax/call/before) and manipulate the attributes object

Configure AjaxRequestAttributes globally?

2013-01-08 Thread Thomas Götz
Is there a way to manipulate/configure AjaxRequestAttributes globally (in Wicket 6.x)? My usecase: in every AJAX request I want to include some dynamicExtraParameters, i.e. client side information. Or is the only way to do this to hook into one of the global ajax channels (e.g. /ajax/call

Re: Configure AjaxRequestAttributes globally?

2013-01-08 Thread Martin Grigorov
Hi Thomas, No, there is no way to do what you need at the momemt. Please file a ticket for improvement. On Wed, Jan 9, 2013 at 1:13 AM, Thomas Götz t...@decoded.de wrote: Is there a way to manipulate/configure AjaxRequestAttributes globally (in Wicket 6.x)? My usecase: in every AJAX request