Do you think it would do what I am trying to achieve? Also is there any documentation available on the usage of the component and renderer?
Thanks a lot. Rahul -----Original Message----- From: Jan Bols [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 12:41 AM To: 'MyFaces Discussion' Subject: Re: x:selectOneRadio and dataTable I had the same problem but wasn't able to fix it. The thing I wanted to do is to have multiple columns of radiobuttons and checkboxes. I ended up coding a new component and renderer called selectOneRadio and selectManyCheckbox with an extra called "columns". You can download the source from http://sourceforge.net/projects/jsf-comp/ . greetings Jan On Wed, 29 Jun 2005 02:21:25 +0200, Rahul Pilani <[EMAIL PROTECTED]> wrote: > I wanted to make the x:selectOneRadio to work within a dataTable. I read > the > forum archive and noticed that a lot of people are having the same > problem. > I was just wondering if anyone has found a possible solution to it yet. > If > not , what is the possible approach to get it to work?.. create a just a > new > renderer ? or create an entirely new component? > > > I got it working to a point that I was able to select only one radio for > the > entire column, but the value binding was not working, meaning the bean > wasn't getting the value set in form. I tried setting the binding > attribute > in the x:radio tag, but I couldn't get any useful information from that. > The > values still don't get passed onto the backing bean in any way. > > > > Thanks > > Rahul > >

