Hi,

I think this application shows how to do that in Wicket 1.3/1.4/1.5.

In Wicket 6.0 it will be easier:
http://git-wip-us.apache.org/repos/asf/wicket/repo?p=wicket.git;a=blob_plain;f=wicket-extensions/src/main/java/org/apache/wicket/extensions/ajax/markup/html/AjaxEditableLabel.java;hb=master

Search for "attributes.getDynamicExtraParameters().add(dynamicExtraParameters);"
and the lines above.
More about this at:
https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax#WicketAjax-AjaxRequestAttributes

On Tue, Feb 21, 2012 at 4:02 AM, gmparker2000 <greg.par...@brovada.com> wrote:
> The project I am working on currently requires that we introduce the concept
> of request scope using request parameters.  To do this we need to add a
> conversation id to any URLs that are generated by wicket controls.  Does
> wicket support this?  So all AJAX buttons, link, drop down choices, etc will
> have to have the conversation ID.  I have been looking at adding an AJAX
> behavior and overriding the getCallBackURL method with no success.  Any help
> would be appreciated.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Adding-extra-request-parameters-to-AJAX-calls-tp4405842p4405842.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to