Cheers. I think I've got it working, I'll update the WIKI page when I get an example running.
:-) http://wiki.apache.org/myfaces/Radio?action=show -----Original Message----- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: 05 December 2005 09:42 To: MyFaces Discussion Subject: Re: selectOneRadio / f:selectItem in different table cells. I guess that's all - at least in the open source world... you could bug Thomas Spiegl for some more explanation, he is the author of the beast. regards, Martin On 12/5/05, Jeffrey Porter <[EMAIL PROTECTED]> wrote: > Thanks Martin. > > I've found the spec at... > http://myfaces.apache.org/tlddoc/tomahawk/t/radio.html > > > and a bit of an example at... > http://www.irian.at/myfaces/selectbox.jsp.source > > > Is there any other help files/examples that you know of? > > Thanks > Jeff > > > > -----Original Message----- > From: Martin Marinschek [mailto:[EMAIL PROTECTED] > Sent: 05 December 2005 09:08 > To: MyFaces Discussion > Subject: Re: selectOneRadio / f:selectItem in different table cells. > > Have you looked at the t:radio component of MyFaces? > > Might be helpful in your case - with this component you can layout the > radio components where you really want them to be. > > regards, > > Martin > > On 12/5/05, Jeffrey Porter <[EMAIL PROTECTED]> wrote: > > > > > > > > So has anyone used a selectOneRadio with the selectItem in different > HTML > > table cells? > > > > > > > > JP > > > > > > > > -----Original Message----- > > From: Jeffrey Porter [mailto:[EMAIL PROTECTED] > > Sent: 02 December 2005 15:56 > > To: MyFaces Discussion > > Subject: h:selectOneRadio / f:selectItem in different table cells. > > > > > > > > I'm trying to put radio buttons in different cells of a table, but > they > > don't appear. > > > > > > > > Do I have to use a selectOneRadio for each radio button? Even though I > want > > the buttons to be part of the same group. > > > > > > > > Does anyone have an example? > > > > > > > > Thanks > > > > Jeff. > > > > (almost home time J ) > > > > > > > > > > > > Code.. > > > > > > > > <h:selectOneRadio id="Radio1"> > > > > <f:selectItem itemLabel="Value1" itemValue="Value1"/> > > > > <f:selectItem itemLabel="Value2" itemValue="Value2"/> > > > > </h:selectOneRadio> > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

