Example of DataTable and Hibernate

2009-04-27 Thread HHB
Hey, Do you know any example regarding using DataTable repeater with Spring Dao bean (Hibernate preferably)? Thanks. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Example of DataTable and Hibernate

2009-04-27 Thread James Carman
DataTable specifically or one of its subclasses? Here's an example of using AjaxFallbackDefaultDataTable with a repository (which is implemented as a hibernate-based Spring dao subclass).