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
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
public IbatisBooksForm retriveBookDetails(IbatisBooksForm form1) {
IbatisBooksForm form2 =new IbatisBooksForm();
int bookid=form1.getPrimaryKey();
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