Thanks for your help Igor. It worked like a charm.

For other readers new to wicket :

1. add an AjaxEventBehaviour("onclick") to the IndicatingAjaxFallbackLink
2. Override getCallbackScript to append the param values as described in the 
email below
3. Do your server side processing in the onEvent method of the 
AjaxEventBehaviour and not on the onSubmit method of the 
IndicatingAjaxFallbackLink

Cheers,
Nim

Date: Mon, 13 Sep 2010 08:15:42 -0700
From: ml-node+2537614-574240720-160...@n4.nabble.com
To: nim_sa...@hotmail.com
Subject: Re: [wicket newbie] - appending query parameter to ajax link



override getcallbackscript(boolean) and return something like:


return generateCallbackScript("wicketAjaxGet('" + getCallbackUrl() +

"&myparam='+Wicket.$(<id of component>).value");


-igor


On Mon, Sep 13, 2010 at 7:23 AM, nimmy <[hidden email]> wrote:

>

> Hi Guys,

>

> I'm trying to implement the typical 'check availability' functionality for a

> username.

>

> I have an IndicatingAjaxFallbackLink. I would like to append the value of a

> form component [username TextField] to the ajax link as a query parameter.

>

> I've tried:

> 1. overriding onComponentTag in the IndicatingAjaxFallbackLink but I do not

> get access to the getCallbackUrl method

>

> 2. add an AbstractDefaultAjaxBehaviour but: 1. End up with onEvent and

> onClick and don't know where to put the serverside logic. 2. Am not able to

> get the param value from RequestCycle.

>

> The only method that works for me is to submit the whole form without

> validation and get the value from the textfield on the serverside.

>

> I would prefer not to submit the whole form.

>

> Appreciate your help with this.

>

> Cheers,

> Nim

>

>

> --

> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/wicket-newbie-appending-query-parameter-to-ajax-link-tp2537522p2537522.html
> Sent from the Wicket - User mailing list archive at Nabble.com.

>

> ---------------------------------------------------------------------

> To unsubscribe, e-mail: [hidden email]

> For additional commands, e-mail: [hidden email]

>

>

---------------------------------------------------------------------

To unsubscribe, e-mail: [hidden email]

For additional commands, e-mail: [hidden email]








View message @ 
http://apache-wicket.1842946.n4.nabble.com/wicket-newbie-appending-query-parameter-to-ajax-link-tp2537522p2537614.html


To unsubscribe from [wicket newbie] - appending query parameter to ajax link, 
click here.


                                          
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-newbie-appending-query-parameter-to-ajax-link-tp2537522p2537685.html
Sent from the Wicket - User mailing list archive at Nabble.com.

Reply via email to