On Wed, 13 Jun 2001, Ramesh Vejendla wrote:

> HI ALL,
>         here i tried to keep esql results into varible and comparing with
> other variable , but its not working ...plz help me out.
>
> <xsp:logic>
>       String uname="";
> </xsp:logic>
>
> <esql:connection>
>               <xsp:logic>
>                       uname=<esql:get-string column="username"/>;
>                       if( username.equals(uname)){
>                       }
>                       else
>                               { do something}
>               </xsp:logic>
> </esql:connection>

er, you aren't even doing a query here...

- donald


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

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

Reply via email to