Hello All,

I have a isRunning() method in my bean that returns a boolean. I'm try to test against that value with something like the following:

<c:if test="${mapservice.running} == true">
<img src="../images/TransGear.gif" width="20" height="20">
</c:if>

The problem is that even though the bean's getter method is properly returning the true value (I can print it into the HTML page), the above conditional always fails. Can someone point out what I'm doing wrong?

JSTL v.1.2, core library.

Thanks!

-- john

=====================================================
John Cartwright
Associate Scientist
Geospatial Data Services Group
CIRES, National Geophysical Data Center/NOAA
(303) 497-6284
[EMAIL PROTECTED]
=====================================================



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

Reply via email to