May be I will be usefull for somone, it shoudl be done like this:

 RadioButton reportTypeRadioButton1 = new RadioButton("report_type", 
"label");
        reportTypeRadioButton1.setValue(true);  // default checked - its 
not obligatory
        reportTypeRadioButton1.setFormValue("XLS");

 RadioButton reportTypeRadioButton2 = new RadioButton("report_type", " 
label 1");
        reportTypeRadioButton2.setFormValue("CSV"); 

W dniu poniedziałek, 31 marca 2008 18:26:09 UTC+2 użytkownik Sam napisał:
>
> I have a simple web page with a from. It has a Radio Button Group and 
> 2 radio buttons in it. But on form submit, the server side gets a 
> value of ON for the group name rather than the value of the radio 
> button selected in the group. Anyone seen this behaviour ? Any ideas 
> how to get the values sent to the server ? 
>
> Sam 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to