Sam,

$[]$ should work. I tested it this weekend and it worked fine.

Brandon

On 4/18/05, Abeyratne, Sam <[EMAIL PROTECTED]> wrote:
> Hi Brice,
> 
> That does not work. Simply because I am passing a list array. And for a
> List the ibatis syntax is #[]#. I tried doing something like #?[]?# but
> that does not work.
> 
> Thanks!
> Sam
> 
> -----Original Message-----
> From: Brice Ruth [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 15, 2005 6:32 PM
> To: ibatis-user-java@incubator.apache.org
> Subject: Re: Is there a way to remove the quotation marks that ibatis
> inserts when using #[]# on the <iterate> tag?
> 
> use $ in place of the #, that way it won't be quoted.
> 
> On 4/15/05, Abeyratne, Sam <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > I want to use the <iterate> tag to create an sql statement.
> >
> >
> >
> > If I have something like [EMAIL PROTECTED] and the first value in the
> list for
> > example is database1, it really translates to table_name@'database1'.
> This
> > fails because of the single quotes. Is there a way to remove these
> single
> > quotes? Meaning, translate [EMAIL PROTECTED] to [EMAIL PROTECTED]
> >
> >
> >
> > Any assiatnce would be much appreciated!
> >
> > Thanks!
> >
> > Sam
> 
> --
> Brice Ruth
> Software Engineer, Madison WI
> 
>

Reply via email to