Re: queryForList with multiple parametrs

2008-03-30 Thread Nedda Kaltcheva
dzizes wrote: > > Hi, > > I was wandering how queryForList with 2 (or more) parameters. Below my > select in sqlmap.xml > > > SELECT A, B > FROM tableAB > WHERE A = '14' AND B = '01' > > > List responseList = sqlMap.queryForList("getAB", "?", "?"); > > Please h

RE: queryForList with multiple parametrs

2008-03-28 Thread Jason Kratz
You either have to pass in a parameter map or a class. This is well documented in the user guide. -Original Message- From: dzizes [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 10:18 AM To: user-java@ibatis.apache.org Subject: queryForList with multiple parametrs Hi, I was wand