RE: Iterate problem

2005-05-20 Thread Niels Beekman
Ok, done: http://issues.apache.org/jira/browse/IBATIS-131 Niels -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: vrijdag 20 mei 2005 15:09 To: ibatis-user-java@incubator.apache.org Subject: Re: Iterate problem Yeah i know what is going on. File a JIRA issue and

Re: Iterate problem

2005-05-20 Thread Brandon Goodin
mei 2005 23:09 > To: ibatis-user-java@incubator.apache.org > Subject: Re: Iterate problem > > What version of ibatis are you using? > > On 5/19/05, Niels Beekman <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm using the iterate-tag to loop a

RE: Iterate problem

2005-05-19 Thread Niels Beekman
e- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: donderdag 19 mei 2005 23:09 To: ibatis-user-java@incubator.apache.org Subject: Re: Iterate problem What version of ibatis are you using? On 5/19/05, Niels Beekman <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using the iter

Re: Iterate problem

2005-05-19 Thread Brandon Goodin
What version of ibatis are you using? On 5/19/05, Niels Beekman <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using the iterate-tag to loop a list, but I can't find a way to use > the current element in attributes of inner tags, when I try the > following: > > > > $myList[].anotherProperty$ >

Iterate problem

2005-05-19 Thread Niels Beekman
Hi, I'm using the iterate-tag to loop a list, but I can't find a way to use the current element in attributes of inner tags, when I try the following: $myList[].anotherProperty$ iBATIS tries to index the property myList with an empty string, but in my opinion it should use the curren