Re: Iterator and List of List

2008-04-25 Thread Jeff Butler
I got this to work in a simple test: #outerlist[].[]# But "outerlist" must be a valid property in your parameter class - I had to put outerlist into a HashMap. Jeff Butler On Fri, Apr 25, 2008 at 5:23 AM, gumnaam23 <[EMAIL PROTECTED]> wrote: > > I am trying use nested iterators

RE: how can send hashmap values to the

2008-04-25 Thread Niels Beekman
Your SQL SELECT-clause is not valid; you're missing some commas. Niels -Original Message- From: HelpMePlz [mailto:[EMAIL PROTECTED] Sent: Friday, April 25, 2008 4:18 PM To: user-java@ibatis.apache.org Subject: how can send hashmap values to the public IbatisBooksForm retriveBookDetail

how can send hashmap values to the

2008-04-25 Thread HelpMePlz
public IbatisBooksForm retriveBookDetails(IbatisBooksForm form1) { IbatisBooksForm form2 =new IbatisBooksForm(); int bookid=form1.getPrimaryKey();

Iterator and List of List

2008-04-25 Thread gumnaam23
I am trying use nested iterators to iterate over a List of List using the following code #outerlist[][]# But I get a ProbeException. I suspect it's the innter iterator tag, that's having a problem. Any clues on how to solve this ? Below is the error message. com.ibatis.com