[jboss-user] [JBoss Seam] - Re: DataModelSelection always returns first row from h:dataT
azalea
do-not-reply at jboss.com
Fri Jun 22 07:33:49 EDT 2007
Hi,
#{cartList} is not List but DataModel.
Try the following:
| rendered="{cartList.rowCount == 0}"
| rendered="{cartList.rowCount > 0}"
|
If you see dvd store example in JBoss Seam package more carefully, you may be more happy :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056821#4056821
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056821
More information about the jboss-user
mailing list