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>
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...
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>