Re: dynamic sql within an iterate tag

2005-06-06 Thread Brandon Goodin
Sam, Sorry, I meant to respond to you in your prior email. Currently this is not supported. But, we do want it to work. So, please file a JIRA report. I'll work on it this evening and see if i can get the fix in tonight. Brandon On 6/6/05, Abeyratne, Sam <[EMAIL PROTECTED]> wrote: > > > > H

dynamic sql within an iterate tag

2005-06-06 Thread Abeyratne, Sam
Hey All,   I had asked this question before, but I didn’t get an answer, so I am re-posting this question:   I am getting the following error when I try to run a simple query that has a dynamic within an iterate tag. Can you tell me if this is even possible to do in iBatis?   Thanks

dynamic SQL within an iterate

2005-05-31 Thread Abeyratne, Sam
I want to use dynamic SQL within an iterate. However, the dynamic sql refers to a non-iterate property variable. Is this possible? I am getting this error at the moment:   com.ibatis.common.beans.ProbeException: Error getting ordinal list from JavaBean. Cause