Could you not have
 
<xsp:logic>
    while (class1 = null) {
</xsp:logic>

        <esql:connection etc />
<xsp:logic>
    }
</xsp:logic>

>>> [EMAIL PROTECTED] 26/11/2002 03:19:34 >>>

Hi Tom,

On Tue, 26 Nov 2002, Tom Place wrote:

>                   class1 = "<esql:get-string column="CLASS"/>";

Try:

    class1 = <esql:get-string column="CLASS"/>;

Although you may like to check that everything else is working: I'm not
sure you can have esql nested within <xsp:logic>, ie:

    while (class1 = null) {
        <esql:connection etc />
    }

... probably won't work.


Hope that helps,

Andrew.

--
Andrew Savory                                Email: [EMAIL PROTECTED]
Managing Director                              Tel:  +44 (0)870 741 6658
Luminas Internet Applications                  Fax:  +44 (0)700 598 1135
This is not an official statement or order.    Web:    www.luminas.co.uk


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to