Re: query a collection for a page

2013-05-29 Thread Thiago H de Paula Figueiredo
On Tue, 28 May 2013 20:33:33 -0300, Ken in Nashua kcola...@live.com wrote: Hi Folks, Hi! I have a page that renders a collection in a grid. A hibernate collection... @Persist @Property private Collection collection; @SetupRender public void setupRender() {

query a collection for a page

2013-05-28 Thread Ken in Nashua
Hi Folks, I have a page that renders a collection in a grid. A hibernate collection... @Persist @Property private Collection collection; @SetupRender public void setupRender() { beanType = PlayerStats.class; collection = playerStats = new

RE: query a collection for a page

2013-05-28 Thread Ken in Nashua
Well my code is based on the hope that my properties year, league, season will bind in time in order to perform a successful query. Am I performing the query in the wrong place?

RE: query a collection for a page

2013-05-28 Thread Ken in Nashua
oops... I meant to say year, league, season are all null at the time of the query in getSource()