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
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
_
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
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