Trying to use a ui:include but I need to generate dynamic s:links, not even sure it's
possible, something like this:
Page that has the ui:include
| <ui:include src="/include/pagination.xhtml">
| <ui:param name="next"
value="#{listCompaniesService.next}"/>
| <ui:param name="itemCount"
value="#{listCompaniesService.itemCount}"/>
| <ui:param name="batchSize"
value="#{listCompaniesService.batchSize}"/> <ui:param
name="firstItem" value="#{listCompaniesService.firstItem}"/>
</ui:include>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100793#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...