Here's the link:

[1] http://wiki.apache.org/myfaces/Display_Radio_Buttons_In_Columns

Mike Kienenberger wrote:
Maybe, although I haven't tried it.   Jenia4Faces and Tomahawk sandbox
both provide alternate components for working with checkbox and radio
buttons inside of a dataTable (it's complicated).   I think the
sandbox one is called "selectOneRow".   You might also want to look at
the MyFaces wiki as there is a section on radio buttons there as well.

On 9/20/06, a k <[EMAIL PROTECTED]> wrote:

Thanks for the info!
Follow up question....Is it possible to have radio buttons in one of those
columns using <h:selectOneRadio> and <f:selectItem> tags?



On 9/20/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> t:dataTable after 1.1.3.   t:newspaperTable 1.1.3 and earlier.
>
> (newspaperTable functionality was merged into t:dataTable in May).
>
>
>
> On 9/20/06, a k <[EMAIL PROTECTED] > wrote:
> >
> > Hi all,
> >
> > I have a requirement where I have to show 2 rows from a list in one row
on
> > the browser.
> >
> > Let's say I have this array:
> >
> > String[] a = {"one", "two", "three", "four", "five", "six"};
> > request.setAttribute("elements", a);
> >
> > And I want to display on the browser as:
> >
> > one     two
> > three   four
> > five      six
> >
> > Is there a way to do it using the <h:dataTable> tag?
> > If you know any other way of displaying it using a different jsf tag
please
> > let me know as well.
> >
> > Thanks!
> >
> >
>







Reply via email to