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:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
JSF
SelectOneRadio with inner tables
leonardo battagli
Ranch Hand
Posts: 33
posted 14 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
pie. tiny ad:
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
https://coderanch.com/wiki/718759/books/Building-World-Backyard-Paul-Wheaton
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...