[JBoss-user] [JBoss Seam] - Re: Can I really not get the size of a list in JSF?!

2006-06-08 Thread vqminh
I mean the List of SelectItems View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949957#3949957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949957 ___ JBoss-user mailing lis

[JBoss-user] [JBoss Seam] - Re: Can I really not get the size of a list in JSF?!

2006-06-08 Thread vqminh
what if I cannot outject it as datamodel, for example, I want to get the size of the List? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949956#3949956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949956 _

[JBoss-user] [JBoss Seam] - @DataModel in Page Scope just not work

2006-06-06 Thread vqminh
1. I used the pagescope for datamodel to avoid caching. It work well, the factory method got called every time I visit the page. 2. The problem is when I add another input field to the page, then the datamodelselectionindex never get updated (always 0) View the original post : http://ww

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-06-06 Thread vqminh
I want to make something clear: I tried to add the inputfield, the datamodelseletionindex is not updated. Then I remove the input field, the datamodelselectionindex is always 0. The only different is the setmethod of the input field get called before the select method (associated with the butto