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

shane.bryzak@jboss.com do-not-reply at jboss.com
Thu Feb 7 08:07:25 EST 2008


When invoking your method, "link" will be evaluated against the current contextual state, not the transient value that it was assigned during the rendering of your page.  An alternative is to instead use a request param (or a page param) and write your link like this:

<s:link action="#{userManage.loadSelectedPage}" value="#{link}">
  |   <f:param name="page" value="#{link}"/>
  | </s:link>

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

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



More information about the jboss-user mailing list