[jboss-user] [JBoss Seam] - Page parameters and SLSB

enrokuta do-not-reply at jboss.com
Mon Nov 19 03:30:32 EST 2007


I use a stateless session bean to get a list of members based on three parameters defined in pages.xml as follows:


  | <page view-id="/members.xhtml" action="#{memberListingService.setMemberList}">
  |   <param name="st" value="#{memberListingService.status}"/>
  |   <param name="pn" value="#{memberListingService.pageNumber}"/>
  |   <param name="ps" value="#{memberListingService.pageSize}"/>
  | </page>
  | 

Does Seam call the three setters and the action method on the same instance or not?

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

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



More information about the jboss-user mailing list