Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSF
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
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JSF
SelectOneRadio with inner tables
leonardo battagli
Ranch Hand
Posts: 33
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am facing a problem, I want to create a selectOne with a table inplace of a selectItem.
As to say instead of using this:
<h:selectOneRadio id="subscriptions"> <f:selectItem id="item1" itemLabel="News" itemValue="1" /> <f:selectItem id="item2" itemLabel="Web" itemValue="2" /> </h:selectOneRadio>
I'd like use something like this
<h:selectOneRadio id="subscriptions"> <h:panelGroup> <f:selectItem id="item1" itemLabel="Email" itemValue="1" /> <h:outputText style="align:left; width: 25%" value="prova"/> <h:outputText style="align:left; width: 25%" value="prova"/> </h:panelGroup> <h:panelGroup> <f:selectItem id="item2" itemLabel="Web" itemValue="2" /> <h:outputText style="align:left; width: 25%" value="prova"/> <h:outputText style="align:left; width: 25%" value="prova"/> </h:panelGroup> </h:selectOneRadio>
is that possible?
thks
What do you have in that there bucket? It wouldn't be a tiny ad by any chance ...
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
javax.xml.rpc.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException:
selectOneRadio in several columns...
Nested components in <h:selectOneRadio>
Dynamic Radio Button
Radio
More...