[jboss-user] [JBoss Seam] - Re: What am I doing wrong - nested Set in a h:dataTable

fernando_jmt do-not-reply at jboss.com
Fri Mar 30 22:04:20 EDT 2007


 DataTable works with DataModels...and DataModels only supports:
* java.util.List
* Array of java.util.Object
* java.sql.ResultSet (which therefore also supports javax.sql.RowSet)
* javax.servlet.jsp.jstl.sql.Result
* Any other Java object is wrapped by a DataModel instance with a single row.
(The above objects are implicitly used to build a DataModel)
As per JSF Specification.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033412#4033412

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033412



More information about the jboss-user mailing list