What exact version of Torque are you using and what database?
It shouldn't impact the NPE, but does eName include one or more search characters?
Scott
-- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au
Ramah wrote:
Heres the code which results in Null Pointer Exception
criteria=new Criteria(); criteria.add(EmpPeer.ENAME,(Object)eName,Criteria.LIKE); criteria.getCriterion(EmpPeer.ENAME).setIgnoreCase(true); List list=EmpPeer.doSelect(criteria);
I get the exception in the last line of the code.
Is anything to be modified?
Thanks and Regards Ramah
-----Original Message----- From: Scott Eade [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 6:05 PM To: Apache Torque Users List Subject: Re: Using Upper and Lower functions in Criteria
Please post the code that builds the criteria that resulted in the NPE.
Scott
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
