You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by John Baker <jb...@teamenergy.com> on 2002/03/14 12:00:02 UTC

Is it possible to do the following:


<c:if test="  ${request.clearDataSelectionContainer == 'true'} || 
${request.clearDataSelectionContainer == null}">
  // something 
</c:if>

Ie I want a "if it's true or the object is null" statement...

Thanks


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>