Hi all,
I trying to do a Select using a Criteria like this
criteria.addSelectColumn(MyPEER.MyCOLUMN)
MyPEER.doSelect(criteria)
When MyPeer is fetching the results, the order of events is :
doSelect(criteria)
populateObjects()
row2Object()
populateObject()
.
.
.
populateObject() is throwing an exception because it tries to fetch
values that were not fetched by village
The only way to have a clue about the values it has to fetch is through
criteria, but criteria
is not available to populateObject().
Has anyone had this problem before ??
Is there another solution or I have to patch Torque so it passes a
reference to Criteria until populateObject() ??
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]