I have a lot of this going on in my jsps:

if (something) {
   // Some error message
  return;
}

Is there a way of supporting this without using embedded tags, ie:

<c:if test="!something">
        <c:if test="!somethingElse">
                then do something

Cheers!


John

-- 
John Baker, BSc CS.
Java Developer, TEAM/Slb. http://www.teamenergy.com
Views expressed in this mail are my own.

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

Reply via email to