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
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
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
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
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
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
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
://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