You can also use:

<t:dataTable value="#{bean.data}"/>

where data in this case is an instance of "javax.faces.model.DataModel"

-Andrew

On 3/20/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:
> I actually haven't done it. Here is a start:
>
> <t:dataTable binding="#{bean.data}" />
>
> where "data" is a property that returns an instance of
> "javax.faces.component.UIData".
>
> Then you would just build this UIData component programatically in
> your backing bean.
>
> Searching for posts and/or tutorials should help more.
>
> Good luck,
> -Andrew
>
>
>
> On 3/20/06, octoberdan <[EMAIL PROTECTED]> wrote:
> >
> > >If you are building a dataTable as a grid with dynamic columns, then
> > >using the binding to a dynamic datamodel is probably what you are
> > >looking for.
> > Sounds interesting... How would I go about implementing that?
> > --
> > View this message in context: 
> > http://www.nabble.com/No-variables-in-t%3Acolumn-header-facets%21-Bug--t1312124.html#a3498912
> > Sent from the MyFaces - Users forum at Nabble.com.
> >
> >
>

Reply via email to