But this is
if(true){    /* do somethig*/  }

if(false) {/* do something else */}

not
if(true)
{    /*do something*/ }
else
{    /*do something else    */}

Or is it?

----- Original Message -----
From: "Marcus Biel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 31, 2002 6:05 PM
Subject: Re: Basic <logic:equals> question


> if: <logic:equal>
> else: <logic:notEqual>
>
> marcus
>
> --
> To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to