This is what I am trying to do...
[url]
http://myfaces.apache.org/tomahawk/columns.html
[/url]
| <t:datatable value="#{rows}" var="row">
| <t:columns value="#{cols}" var="column">
| <f:facet name="header" value="#{column.name}"/>
| <h:outputText value="#{row.columnValue}"/>
| </t:columns>
| </t:datatable>
|
JBoss cant find the "t:datatable" component. Is this code supported by JBoss
Portal?
Thanks for your response...
Indy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983811#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...