Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The "Tapestry5HibernateGridDatasource" page has been changed by LorenzoSimionato. http://wiki.apache.org/tapestry/Tapestry5HibernateGridDatasource?action=diff&rev1=2&rev2=3 -------------------------------------------------- One of the easiest way to use the [[http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/Grid.html| Grid Component]] with Hiberante, is to use the [[http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/hibernate/HibernateGridDataSource.html|HibernateGridDatasource]] class, from the tapestry-hibernate module. - Consider this snippets of a page: + Consider this snippet of a page: {{{ <t:grid t:source="list"/> @@ -23, +23 @@ } }}} + == Note == + There is a bug with new versions of Hybernate and the implementation of [[http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/hibernate/HibernateGridDataSource.html|HibernateGridDatasource]], that causes a ClassCastException. + The bug should be fixed in Tapestry 5.2. + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
