Re: Possible to make a dataTable work like a selectOneRadio?

2006-12-12 Thread Mike Kienenberger
You can also look at the sandbox selectOneRow if you need other t:dataTable functionality (I'm pretty sure that this is a subclass of t:dataTable). http://example.irian.at/example-sandbox-20061212/selectOneRow.jsf On 12/12/06, Andrew Robinson <[EMAIL PROTECTED]> wrote: Use the jenia4faces Singl

Re: Possible to make a dataTable work like a selectOneRadio?

2006-12-12 Thread Andrew Robinson
Use the jenia4faces SingleRowSelector component. It does what you want out of the box. On 12/11/06, Jon Miller <[EMAIL PROTECTED]> wrote: Hi all, I have a custom JSF component that I developed that implements a radio button list, but, it displays the labels as multiple columns in a table. It wa

RE: Possible to make a dataTable work like a selectOneRadio?

2006-12-11 Thread Yaron Spektor
When you say labels in multiple columns, do you mean a different label per column? Or different Id for each column? I sent an example not too long ago with a in a HtmlPanelGrid, using "spread" layout. There is an example of a dynamically constructed table and a use of a tag If you think it would