Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 32887 invoked from network); 2 Dec 2004 17:44:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 17:44:54 -0000 Received: (qmail 98451 invoked by uid 500); 2 Dec 2004 17:44:23 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 98415 invoked by uid 500); 2 Dec 2004 17:44:22 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 98401 invoked by uid 99); 2 Dec 2004 17:44:22 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from yorktown.nielsenmedia.com (HELO yorktown.nielsenmedia.com) (206.113.192.17) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Dec 2004 09:44:22 -0800 Received: from nmrflimg2.enterprisenet.org (nmrflimg2.enterprisenet.org [10.38.67.65]) by yorktown.nielsenmedia.com (8.12.10/8.12.8) with ESMTP id iB2Heh3x025238 for ; Thu, 2 Dec 2004 12:40:43 -0500 (EST) Received: from [10.45.138.82] (unverified) by nmrflimg2.enterprisenet.org (Content Technologies SMTPRS 4.3.14) with ESMTP id for ; Thu, 2 Dec 2004 12:44:15 -0500 Message-ID: <41AF546F.40704@reumann.net> Date: Thu, 02 Dec 2004 12:44:15 -0500 From: Rick Reumann User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Struts Users Mailing List Subject: Re: JSTL when...test won't work. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Nadia Kunkov wrote the following on 12/2/2004 10:24 AM: > You don't want to do this. Comparisons to null won't work. You want to use "empty." Change it to !empty should evaluate both null and empty. (At least I 'think' that's right:) -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org