[jboss-user] [JBoss Seam] - ui:include with dynamic s:link

jbeaken do-not-reply at jboss.com
Wed Oct 31 13:26:44 EDT 2007


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#4100793

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



More information about the jboss-user mailing list