[esql] xsp:logic doesn't work inside ?

2004-07-29 Thread Christina
I tried to use if () inside like this:                 if (true) {         ... }     but every time there is error message on this "if", it is ok if I delete everything before and after the nested tag. So cannot work inside of ? or I did something wron

Re: [esql] xsp:logic doesn't work inside ?

2004-07-29 Thread Jeff Jones
Subject: [esql] xsp:logic doesn't work inside ? 07/29/2004 07:33

Re: [esql] xsp:logic doesn't work inside ?

2004-07-29 Thread Brent Johnson
4 16:33:04 -0700 Subject: [esql] xsp:logic doesn't work inside ? To: [EMAIL PROTECTED] I tried to use if () inside like this: if (true) { ... } but every time there is error message on this "if", it is ok if I dele

Re: [esql] xsp:logic doesn't work inside ?

2004-07-29 Thread Christina
"if" for the first entry (encase that is a list with zero length) and a "for" loop for every one else. Any idea how to do it? Thanks! - Original Message - From: "Jeff Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July

Re: [esql] xsp:logic doesn't work inside ?

2004-07-29 Thread Brent Johnson
r the first entry (encase that is a list with zero length) and a "for" > loop for every one else. > Any idea how to do it? > Thanks! > > > - Original Message - > From: "Jeff Jones" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Se

Re: [esql] xsp:logic doesn't work inside ?

2004-07-29 Thread Christina
uot;""; - Original Message - From: "Brent Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 8:18 PM Subject: Re: [esql] xsp:logic doesn't work inside ? > Yes - try running your loop outside the esql tags (as I s

Re: [esql] xsp:logic doesn't work inside ?

2004-07-31 Thread gounis
Message ----- > From: Christina <[EMAIL PROTECTED]> > Date: Thu, 29 Jul 2004 16:33:04 -0700 > Subject: [esql] xsp:logic doesn't work inside ? > To: [EMAIL PROTECTED] > > > I tried to use if () inside like this: > > > >

Re: [esql] xsp:logic doesn't work inside ?

2004-08-01 Thread Brent Johnson
> > ... > > > > insert into mytable (myvar) values > > (newvar) > > > > ... > > > > > > Not sure if this answers your question though. > > > > Hope this hel