that is the value that is in the model you give the RadioChoice

so something like this:

ArrayList array = new ArrayList()
array.add("Windows");
array.add("Linux");

new RadioChoice(id,new Model("Windows"),array)

should select windows

On 1/11/06, Juhani K <[EMAIL PROTECTED]> wrote:
Hello! How do you set default choice for RadioChoice? Wicket 1.1

* Windows
* Linux

What is easiest way set Windows initially selected?

Thanks!


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&opclick
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to