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