[jboss-user] [JBoss Seam] - Re: Passing datasource parameter to <h:datatable>

smithbstl do-not-reply at jboss.com
Tue Sep 18 14:41:04 EDT 2007


I am doing something similar.  You don't need to use f:param


  | <!--DataTable.xhtml-->
  | <ui:composition
  |   <h:dataTable var="item">
  | 	value="#{source}"/>
  | ..........

<ui:include src="DataTable.xhtml"/>
  |    <ui:param name="source" value="#{SomeListHere}"/>
  | <ui:include/>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085693#4085693

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085693



More information about the jboss-user mailing list