[jboss-user] [JBoss Seam] - Re: Pagination problem

vicky123 do-not-reply at jboss.com
Wed Feb 6 14:07:25 EST 2008


page links are generated properly

varible 'link' is 0 when i click on the link.

  | <h:panelGrid columns="10">
  |     <c:forEach items="#{userManage.pageLinks}" var="link">
  | 	<s:link action="#{userManage.loadSelectedPage(link)}" value="#{link}">
  |         </s:link>
  |     </c:forEach>
  | </h:panelGrid>

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

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



More information about the jboss-user mailing list