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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user