Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 27144 invoked from network); 1 Oct 2007 19:19:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2007 19:19:52 -0000 Received: (qmail 51985 invoked by uid 500); 1 Oct 2007 19:19:32 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 51953 invoked by uid 500); 1 Oct 2007 19:19:32 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 51941 invoked by uid 99); 1 Oct 2007 19:19:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 12:19:31 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kwylez@gmail.com designates 209.85.162.177 as permitted sender) Received: from [209.85.162.177] (HELO el-out-1112.google.com) (209.85.162.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2007 19:19:33 +0000 Received: by el-out-1112.google.com with SMTP id r27so862992ele for ; Mon, 01 Oct 2007 12:19:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=pSKIudpuyo3Hsav8q/LUzpSbwH5npLW8h6wiH4FJcxg=; b=ln7oFkItT7oCUsZdZ2ABuj435yv7dr2b50ViNn6wOC2c4EhiZMdYxDsJ4ZK2j0qgnhFEGqmDqAVH3Wv5INDhtsD2eKVgP9wGqYjDPKg/8bjENPxWmKDcs1/xWC1chqFrJggKuRyVyhLRfmpZ1dR/IceOFBl2l4xoc2+Gy5dArvs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NGLRESmmQoEBkr3FSsHaBL+bLKMqVVBAoHy6Gt7an9T5/8AnKI2BVDgdCZJQ6+xE+7lvryxJ5P0agjtgm+Co/GjHg4//hgthKqmZv0OVeUHg5xIuCbdUvbYeBViAzdBI2bEV7gwRX4aJfs00phYE5pFkDl2u4NyDTQfNw2VtMEo= Received: by 10.115.23.12 with SMTP id a12mr1038330waj.1191266351782; Mon, 01 Oct 2007 12:19:11 -0700 (PDT) Received: by 10.141.178.11 with HTTP; Mon, 1 Oct 2007 12:19:11 -0700 (PDT) Message-ID: <255b47650710011219y738fabf4m9ae62157cc3c4e7d@mail.gmail.com> Date: Mon, 1 Oct 2007 14:19:11 -0500 From: "Cory D. Wiles" To: "Struts Users Mailing List" Subject: Re: Setting/Accessing List Size on JSP In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5988_32954104.1191266351770" References: <255b47650710011004r6d7bdd5el524dc5bed3d27a27@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5988_32954104.1191266351770 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline I was able to get it like: On 10/1/07, Gabriel Belingueres wrote: > > try: > > > 2007/10/1, Cory D. Wiles : > > How do I set/display the size of my list in the result of my jsp? I am > able > > to check for the size in my iterator tag, but I would like to be able to > > display the size as a property. > > > > > > I have tried the following and it didn't work. > > > > > > > > Thanks, > > Cory > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > ------=_Part_5988_32954104.1191266351770--