Re: x:selectOneRadio and dataTable

2005-06-29 Thread Jan Bols
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

Re: x:selectOneRadio and dataTable

2005-06-29 Thread Klug, Boris
Hi! > (..) You can download the source from http://sourceforge.net/projects/jsf-comp/ . when I point my browser to http://sourceforge.net/projects/jsf-comp/, I see no files, no patches. SF just says "This Project Has Not Released Any Files". Do I have to be a project member to see the files? --

RE: x:selectOneRadio and dataTable

2005-06-29 Thread Jesse Alexander (KBSA 21)
-Original Message- when I point my browser to http://sourceforge.net/projects/jsf-comp/, I see no files, no patches. SF just says "This Project Has Not Released Any Files". Do I have to be a project member to see the files? -/Original Message- anonymous CVS-access is enabled

RE: x:selectOneRadio and dataTable

2005-06-29 Thread Klug, Boris
Thanks, I looked only for the files. -- Boris Klug

RE: x:selectOneRadio and dataTable

2005-06-29 Thread Jesse Alexander (KBSA 21)
cture ;-) regards Alexander -Original Message- From: Klug, Boris [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 10:27 AM To: users@myfaces.apache.org Subject: RE: x:selectOneRadio and dataTable Thanks, I looked only for the files. -- Boris Klug

RE: x:selectOneRadio and dataTable

2005-06-29 Thread Rahul Pilani
ssion' 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

Re: x:selectOneRadio and dataTable

2005-06-30 Thread Jan Bols
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 selec

Re: x:selectOneRadio and dataTable

2005-06-30 Thread Javier Mendiara Cañardo
I was in the same problem, and finally i discovered ADF Faces[1] from Oracle. These components are free, but not open source, and his license is not defined yet. you are interested on[2] : [quote]Table "selection" facet component that implements single-selection.[/quote] Unfortunatelly for me

Re: x:selectOneRadio and dataTable

2005-06-30 Thread Werner Punz
Klug, Boris wrote: Hi! (..) You can download the source from http://sourceforge.net/projects/jsf-comp/ . when I point my browser to http://sourceforge.net/projects/jsf-comp/, I see no files, no patches. SF just says "This Project Has Not Released Any Files". Do I have to be a project member

Re: x:selectOneRadio and dataTable

2005-06-30 Thread Werner Punz
Jan Bols wrote: 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

Re: x:selectOneRadio and dataTable

2005-06-30 Thread Werner Punz
Werner Punz wrote: Klug, Boris wrote: Hi! (..) You can download the source from http://sourceforge.net/projects/jsf-comp/ . when I point my browser to http://sourceforge.net/projects/jsf-comp/, I see no files, no patches. SF just says "This Project Has Not Released Any Files". Do I ha

Re: x:selectOneRadio and dataTable

2005-06-30 Thread Werner Punz
Javier Mendiara Cañardo wrote: I was in the same problem, and finally i discovered ADF Faces[1] from Oracle. These components are free, but not open source, and his license is not defined yet. Ahem, ADF faces is only development time free, you have to buy a deployment license, to my knowledge.

Re: x:selectOneRadio and dataTable

2005-07-01 Thread Jan Bols
OK thanks. On Fri, 01 Jul 2005 00:09:38 +0200, Werner Punz <[EMAIL PROTECTED]> wrote: Hi Jan, I just fixed a compilation error in your recent checkins... I could not test the fix yet, but it should not affect anything, (point your search function to compilation error and you will find the par