Return-Path: Delivered-To: apmail-jakarta-taglibs-user-archive@apache.org Received: (qmail 98305 invoked from network); 6 Feb 2003 02:37:27 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 6 Feb 2003 02:37:27 -0000 Received: (qmail 4019 invoked by uid 97); 6 Feb 2003 02:39:03 -0000 Delivered-To: qmlist-jakarta-archive-taglibs-user@nagoya.betaversion.org Received: (qmail 4012 invoked from network); 6 Feb 2003 02:39:03 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 6 Feb 2003 02:39:03 -0000 Received: (qmail 98081 invoked by uid 500); 6 Feb 2003 02:37:25 -0000 Mailing-List: contact taglibs-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tag Libraries Users List" Reply-To: "Tag Libraries Users List" Delivered-To: mailing list taglibs-user@jakarta.apache.org Received: (qmail 98069 invoked from network); 6 Feb 2003 02:37:25 -0000 Received: from pheriche.sun.com (192.18.98.34) by daedalus.apache.org with SMTP; 6 Feb 2003 02:37:25 -0000 Received: from ha2sca-mail1.SFBay.Sun.COM ([129.145.155.61]) by pheriche.sun.com (8.9.3+Sun/8.9.3) with ESMTP id TAA13647 for ; Wed, 5 Feb 2003 19:37:33 -0700 (MST) Received: from sun.com (dsl198-6 [129.146.198.6]) by ha2sca-mail1.SFBay.Sun.COM (8.11.6+Sun/8.10.2/ENSMAIL,v2.1p1) with ESMTP id h162bXY03429 for ; Wed, 5 Feb 2003 18:37:33 -0800 (PST) Message-ID: <3E41CA5B.51258F56@sun.com> Date: Wed, 05 Feb 2003 18:37:15 -0800 From: Pierre Delisle X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Tag Libraries Users List Subject: Re: and boolean value References: <496C673E-3977-11D7-8EE5-000393D6C93A@mac.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Try the following: [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) > > > > 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: > > > > > > > > > > > > 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 > > John.C.Cartwright@noaa.gov > > ===================================================== > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: taglibs-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-user-help@jakarta.apache.org