On Thursday 14 Mar 2002 12H:27 pm, you wrote:
> I had the same question about a week or so back.. here's what i found:
>
> Try:
>
>       <c:if test="$(request.clearDataSelectionContainer=='true' ||
> request.clearDataSelectionContainer==null)">
>               TRUE
>       </c:if>

Cooo, well what's the difference between ${ and $(?

>
> Note i haven't tested this with the latest release of JSTL.  I did ask if
> the above syntax is the "recommended" way, but did not get a response yet.
>
> Hope this helps you.
> Anuj.
>
> > -----Original Message-----
> > From: John Baker [mailto:[EMAIL PROTECTED]]
> >
> > 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...

-- 
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