Re: How to get the selected value from radio group

2012-02-11 Thread karthi
Okay thank you for your update.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-get-the-selected-value-from-radio-group-tp5472198p5474805.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: How to get the selected value from radio group

2012-02-11 Thread Thiago H. de Paula Figueiredo
On Sat, 11 Feb 2012 02:43:54 -0200, karthi wrote: Thank you very much it solved my problem now am getting the value what the user selected in the UI radio component. And what is the way to mark my thread as resolved? This is a mailing list, not a forum, so there's no way to do that. -- T

Re: How to get the selected value from radio group

2012-02-10 Thread karthi
Thank you very much it solved my problem now am getting the value what the user selected in the UI radio component. And what is the way to mark my thread as resolved? -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-get-the-selected-value-from-radio-group

Re: How to get the selected value from radio group

2012-02-10 Thread Bob Harner
Karthi, "on" is the value a standard HTML radio button () gives upon submission if no "value" was defined. In your example you provided a "t:value" parameter to the Tapestry Radio component, and it is that Radio component's job to render the "value" attribute in the HTML output. The Radio compone

Re: How to get the selected value from radio group

2012-02-10 Thread Thiago H. de Paula Figueiredo
On Fri, 10 Feb 2012 11:18:23 -0200, karthi wrote: Do you mean this? private String gender; public String getGender() { return gender; } public void setGender(String gender) { this.gender = gender; } Yep! In form submission and for user selection this gen

Re: How to get the selected value from radio group

2012-02-10 Thread karthi
context: http://tapestry.1045711.n5.nabble.com/How-to-get-the-selected-value-from-radio-group-tp5472198p5472406.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: How to get the selected value from radio group

2012-02-10 Thread Thiago H. de Paula Figueiredo
On Fri, 10 Feb 2012 09:41:31 -0200, karthi wrote: Hi, Hi! here my problem is in the corresponding java class how to retrieve the radio button value which is selected by the user? The gender field value is set with the user selection after a form submit. -- Thiago H. de Paula Figueired

How to get the selected value from radio group

2012-02-10 Thread karthi
://tapestry.1045711.n5.nabble.com/How-to-get-the-selected-value-from-radio-group-tp5472198p5472198.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org