On Tue, 28 May 2013 20:33:33 -0300, Ken in Nashua
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() {
beanType = PlayerSt
oops... I meant to say
year, league, season
are all null at the time of the query in getSource()
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?