Sorry, noob`s mistake :] I was missing the getters on the model that represents the rows on the grid.
Thanks. Eric Torti On Tue, Aug 9, 2011 at 6:49 PM, Eric Torti <ericzu...@gmail.com> wrote: > Hello, guys, > > I`m using a <t:grid ... /> grid element, as in: > > <t:grid source="atestado.servicos" row="servico" pagerPosition="bottom" /> > > To show a bean`s property which is a list. The pager is rendered but not > the data itself. So no rows appear. > > On the same page I have <t:beandisplay object="atestado" /> working as > expected. I thought it might have something to do with hibernate lazy > loading the list, but if that was the case, the pager would not appear, > right? > > Would you happen to know what may I be doing wrong? > > Thanks, > > Eric >