That is a trivial one-line fix, unfortunately that slipped through in 1.2.1:
| Index: web/admin/admin.xhtml
| ===================================================================
| RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/admin/admin.xhtml,v
| retrieving revision 1.7
| diff -c -r1.7 admin.xhtml
| *** web/admin/admin.xhtml 22 Mar 2007 21:50:00 -0000 1.7
| --- web/admin/admin.xhtml 16 Apr 2007 16:32:03 -0000
| ***************
| *** 61,66 ****
| --- 61,67 ----
| </f:subview>
|
| <h:dataTable rendered="#{not empty
pooledTaskInstanceList}"
| + value="#{pooledTaskInstanceList}"
| var="task"
| styleClass="dvdtable"
| headerClass="dvdtablehead"
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041492#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...