Try the following:
<c:if test="${mapservice.running}">
[What Timothy suggested would also work, but there is no need
to test against true, since you already have a boolean expression
for your test.]
-- Pierre
Timothy Kettering wrote:
>
> offhand, id say you should be doing this. (enclose the entire
> evaluation in the curly braces)
>
> <c:if test="${mapservice.running == true}">
>
> On Wednesday, February 5, 2003, at 08:23 PM, John C Cartwright wrote:
>
> > 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]
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]