On 01.Apr.2003 -- 01:48 PM, Christopher Painter-Wakefield wrote:
> 
> Is this the whole XSP program?  If so, the problem is that you don't have
> the required single non-xsp child node of xsp:page.  E.g., you have:
> <xsp:page ...>
>       <esql:connection>
>             ...
>       </esql:connection>
> </xsp:page>
> 
> but you need to have:
> <xsp:page ...>
>       <some-node>
>             <esql:connection>
>                   ...
>             </esql:connection>
>       </some-node>
> </xsp:page>
> 
> If that isn't the problem, write back and we'll try something else.

Another one is the missing esql:execute-query tag.

        Chris.
-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

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

Reply via email to