[jboss-user] [JBoss Seam] - Re: The Right Scope
ellenzhao
do-not-reply at jboss.com
Tue Jul 24 07:22:34 EDT 2007
You may want to try to make the searchResults list managed, i.e, remove the @DataModel annotation, write getter/setter for the searchResults list and do not forget to also write them in the business interface. Access searchResults using bookSearch.searchResults. (I assume the name of your action bean is "bookSearch", you may need to adjust it accordingly. )
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066956#4066956
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066956
More information about the jboss-user
mailing list