Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 73673 invoked from network); 18 Apr 2007 00:06:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2007 00:06:36 -0000 Received: (qmail 25511 invoked by uid 500); 18 Apr 2007 00:06:33 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 25497 invoked by uid 500); 18 Apr 2007 00:06:33 -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 25475 invoked by uid 99); 18 Apr 2007 00:06:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2007 17:06:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [66.196.97.61] (HELO web56702.mail.re3.yahoo.com) (66.196.97.61) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 17 Apr 2007 17:06:26 -0700 Received: (qmail 16503 invoked by uid 60001); 18 Apr 2007 00:06:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=TWr/iGK58VuCIvFOMdPLzA8aQSSh7jzMShEYfaIlOi5UJPzUIlatn2K6gpON9C1gtqAX7sMKnPjlT7tMaqQdR3wzmDMKrlb3xZqMeWntZdtLil7fMLiFyPSy3Iw+vwKC+Pg1B6tg0BLRhM4Tan0+LedBPmJv/hrpw9TOjjOHmTI=; X-YMail-OSG: snqJpQsVM1n9Vp0etlxR0AaLqulXVDSSmKYfGzJA Received: from [68.37.196.220] by web56702.mail.re3.yahoo.com via HTTP; Tue, 17 Apr 2007 17:06:04 PDT Date: Tue, 17 Apr 2007 17:06:04 -0700 (PDT) From: Dave Newton Subject: Re: JSTL and the Value Stack To: Struts Users Mailing List In-Reply-To: <10050015.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <177967.15413.qm@web56702.mail.re3.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org --- Ray Clough wrote: > My Action has a method "public Exporter > getExporter()". If I use the struts2 > tags I can access the "exporter" with > , > and it works fine. If I use the jstl syntax > var="matrix" >, nothing is found. How do > I get the jstl tag to work here? Without knowing what an Exporter is, I don't really know. You're using two different property names; did you mean to? Does Exporter follow JavaBean naming conventions for both of the properties you're accessing? Use but handle the inner loop with JSTL/JSP EL? d. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org