Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Struts
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Jeanne Boyarsky
Ron McLeod
Liutauras Vilda
Paul Clapham
Sheriffs:
paul wheaton
Tim Cooke
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Carey Brown
Frits Walraven
Piet Souris
Bartenders:
Mike London
Forum:
Struts
Dynamic Radio Button
Pranav Bhatt
Ranch Hand
Posts: 284
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all,
Can anyone post me some direction on using the html:radio buttons?
I have already posted my query
here
before.
I made a new post as one may think i got the solution be seeing one reply to it, which is mine only...
Romit Bose
Ranch Hand
Posts: 50
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi,
are we talkin about html selectOneRadio?
<h:selectOneRadio id="subscriptions" value="#{subscriberBean.subscriptions}"> <f:selectItem id="item1" itemLabel="News" itemValue="1" /> <f:selectItem id="item2" itemLabel="Sports" itemValue="2" /> <f:selectItem id="item3" itemLabel="Music" itemValue="3" /> <f:selectItem id="item4" itemLabel="Java" itemValue="4" /> <f:selectItem id="item5" itemLabel="Web" itemValue="5" /> </h:selectOneRadio>
Pranav Bhatt
Ranch Hand
Posts: 284
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Have solved it myself..
Romit Bose
Ranch Hand
Posts: 50
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
congratz!
David Newton
Author
Posts: 12617
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
@Romit: That's not even a
Struts
tag...
@Pranav: For archival purposes it's good to post your solution, so when people are searching the site or the web they see how someone else solved their problem.
Pranav Bhatt
Ranch Hand
Posts: 284
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
David,
I have mentioned the changes i did to make it work out in my original post. The link is here in the first post of mine itself.
Or you can click
here
to reach there too..
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Javascript Validation for Struts Radio Button
JForum.net Thread Mapping
How to make dynamic radio button checked
Validating struts <html:radio> button
Creating Radio Buttons using Struts
More...