XSP and ESQL

2002-11-27 Thread Tom Place
Hi all, I was wondering if anyone could help me with the following. I am trying to put the results from a row of results directly into String variables as show below and Cocoon isn’t happy. I get a unclosed character literal compilation error. The XSP I am executing is as follows while (c

RE: xsp and esql

2002-04-04 Thread Vadim Gritsenko
> From: Bert Van Kets [mailto:[EMAIL PROTECTED]] > > I've got the name of a column in a String variable and would like to use > the value contained in that column in my output. How can I request that > value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is > this possible? > >

xsp and esql

2002-04-04 Thread Bert Van Kets
I've got the name of a column in a String variable and would like to use the value contained in that column in my output. How can I request that value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is this possible? The code snip I include obviously does not work! What is th

Re: xsp and esql

2002-04-04 Thread Bert Van Kets
Works perfectly, Thanks Chris, Bert At 11:59 4/04/2002 +0200, you wrote: >On 04.Apr.2002 -- 11:33 AM, Bert Van Kets wrote: > > I've got the name of a column in a String variable and would like to use > > the value contained in that column in my output. How can I request that > > value? I need t

Re: xsp and esql

2002-04-04 Thread Christian Haul
On 04.Apr.2002 -- 11:33 AM, Bert Van Kets wrote: > I've got the name of a column in a String variable and would like to use > the value contained in that column in my output. How can I request that > value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is > this possible? No

xsp and esql

2002-04-04 Thread Bert Van Kets
I've got the name of a column in a String variable and would like to use the value contained in that column in my output. How can I request that value? I need to nest an xsp:expr tag inside an esql:get-string tag. Is this possible? The code snip I include obviously does not work! What is th