You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by lang <de...@telfort.nl> on 2012/07/12 12:32:40 UTC

Radiobutton example with Ajax needed

I desperatly need a ajax radio button. I tried some example like the one from
http://reachmnadeem.wordpress.com/2011/08/15/wicket-ajax-radio/
but nothing is working like I want it to do.

My radiobuttons must have an initial value and i want to know how to read
that value (the display value has another text). 

Who can supply me with a working example. (I struggle with the initial
setting and reading of it)

<Why does Wicket not have a standard component for this?>


--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Radiobutton-example-with-Ajax-needed-tp4650454.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Radiobutton example with Ajax needed

Posted by lang <de...@telfort.nl>.
It helped me! Thanks

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Radiobutton-example-with-Ajax-needed-tp4650454p4650479.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Radiobutton example with Ajax needed

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

See the source code of
http://www.wicket-library.com/wicket-examples-6.0.x/compref/wicket/bookmarkable/org.apache.wicket.examples.compref.RadioChoicePage

You need RadioChoice with AjaxFormChoiceComponentUpdatingBehavior

On Thu, Jul 12, 2012 at 1:32 PM, lang <de...@telfort.nl> wrote:
> I desperatly need a ajax radio button. I tried some example like the one from
> http://reachmnadeem.wordpress.com/2011/08/15/wicket-ajax-radio/
> but nothing is working like I want it to do.
>
> My radiobuttons must have an initial value and i want to know how to read
> that value (the display value has another text).
>
> Who can supply me with a working example. (I struggle with the initial
> setting and reading of it)
>
> <Why does Wicket not have a standard component for this?>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Radiobutton-example-with-Ajax-needed-tp4650454.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



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

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