RE: Parameter Map for nested class

2004-11-30 Thread Lucy Fang
Kris and Peng, Yes. I think you are right. I may have a null value in this field. After I added the jdbcType, I got a different exception, which may be related with other part of my code. Thank you very much for all of your helps! Lucy

Re: Parameter Map for nested class

2004-11-30 Thread Kris Jenkins
Lucy Fang wrote: Thanks. I am using Spring 1.0 with iBatis SQL Map 2.0. The exception I got is: javax.servlet.ServletException: (SqlMapClientTemplate): encountered SQLException [ --- The error occurred in edu/rutgers/acs/univ_services/events/dao/ibatis/maps/Organization.xml. --- The error oc

RE: Parameter Map for nested class

2004-11-30 Thread Lucy Fang
work. -Original Message- From: Douglas [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 12:28 PM To: [EMAIL PROTECTED] Subject: Re: Parameter Map for nested class Hi Lucy, try : update organizations set orgcontact

Re: Parameter Map for nested class

2004-11-30 Thread Douglas
Hi Lucy, try : update organizations set orgcontactfname=?, orgcontactlname=? where orgid=? Douglas --- Lucy Fang <[EMAIL PROTECTED]> escreveu: > Hi, > > I just started to use iBatis. I have a question > about the parameter map with > a nested

RE: Parameter Map for nested class

2004-11-30 Thread Lucy Fang
Title: Message Thanks.   I am using Spring 1.0 with iBatis SQL Map 2.0. The exception I got is: javax.servlet.ServletException: (SqlMapClientTemplate): encountered SQLException [ --- The error occurred in edu/rutgers/acs/univ_services/events/dao/ibatis/maps/Organization.xml. --- The error o

Re: Parameter Map for nested class

2004-11-30 Thread Brandon Goodin
Hi Lucy,   Please provide the version of IBatis you are using. Also, did you receive an exception? Brandon

Parameter Map for nested class

2004-11-30 Thread Lucy Fang
Title: Parameter Map for nested class Hi, I just started to use iBatis. I have a question about the parameter map with a nested class. I have a organization class and contact class as following: public class Organization {     private int orgId;     private String