[jboss-user] [JBoss Seam] - Re: @DataModelSelection question
xinhua
do-not-reply at jboss.com
Fri Feb 1 10:37:30 EST 2008
resolved
code should be:
|
| .....
| @Factory("pages")
| @Begin(join=true)
| public List<Page> getPages()
| {
| pages = sglue.loadAllPages();
| return pages;
|
| }
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125563#4125563
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125563
More information about the jboss-user
mailing list