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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...