RE: Capability to use dynamic sql within iterates

2006-05-05 Thread Poitras Christian
Title: Capability to use dynamic sql within iterates You can download the last version of iBatis from CVS. The problem might already be solved. Ifthis doesn't work, take a look at issue 281. This may patch your problem. http://issues.apache.org/jira/browse/IBATIS-281 From: MCCORMICK, Paul

Re: Capability to use dynamic sql within iterates

2006-05-05 Thread Jeff Butler
below? Thanks, Paul From: MCCORMICK, Paul [mailto:[EMAIL PROTECTED]] Sent: Friday, 5 May 2006 11:23 AMTo: user-java@ibatis.apache.orgSubject: Capability to use dynamic sql within iterates Hello I have read Issue 148 and it looks like I can use dynamic sql within an iterate tag http

Capability to use dynamic sql within iterates

2006-05-04 Thread MCCORMICK, Paul
Title: Capability to use dynamic sql within iterates Hello I have read Issue 148 and it looks like I can use dynamic sql within an iterate tag http://issues.apache.org/jira/browse/IBATIS-148 I have a problem when I set the property on a tag to be a value on the iterated object. See

RE: Capability to use dynamic sql within iterates

2006-05-04 Thread MCCORMICK, Paul
Title: Capability to use dynamic sql within iterates I did some further testing after reading issue 131 http://issues.apache.org/jira/browse/IBATIS-131 I found thatisEqual and isNotEqual tags work in this situation but other tags like isNotNull do not work. Has anybody got the isNotNull tag