[wicket newbie] - appending query parameter to ajax link

2010-09-13 Thread nimmy
-appending-query-parameter-to-ajax-link-tp2537522p2537522.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: [wicket newbie] - appending query parameter to ajax link

2010-09-13 Thread Igor Vaynberg
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

Re: [wicket newbie] - appending query parameter to ajax link

2010-09-13 Thread Michael O'Cleirigh
I think its easier to attach an ajax behaviour to the text field (like onkeyup) that will push the changes to wicket for validation. You can use target.addComponent(indicator) to get the indication to be shown based on the results of the validation. Look at subclassing

RE: [wicket newbie] - appending query parameter to ajax link

2010-09-13 Thread nimmy
] - 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

RE: [wicket newbie] - appending query parameter to ajax link

2010-09-13 Thread nimmy
Thanks for your help Mike Date: Mon, 13 Sep 2010 08:32:00 -0700 From: ml-node+2537637-1380929500-160...@n4.nabble.com To: nim_sa...@hotmail.com Subject: Re: [wicket newbie] - appending query parameter to ajax link I think its easier to attach an ajax behaviour to the text field (like