You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "::SammyRulez::" <sa...@gmail.com> on 2006/07/18 14:19:45 UTC

nasted t:colums

Hi all

Is possible to naste multiple t:columns:

ie

<t:columns value="#{col1}" var="var1">
<f:facet name="header">
  .....
</f:facet>
                <t:columns value="#{col2}" var="var2">
                        <f:facet name="header">
                          .....
                       </f:facet>
                     <h:outputText value="#{bean.array[var1][var2]}" />
                </t:columns >
</t:columns >

-- 
::SammyRulez::
http://www.kyub.com/blojsom/blog/sam/