Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 37105 invoked from network); 8 May 2008 02:17:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2008 02:17:52 -0000 Received: (qmail 84970 invoked by uid 500); 8 May 2008 02:17:46 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 84241 invoked by uid 500); 8 May 2008 02:17:44 -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 84230 invoked by uid 99); 8 May 2008 02:17:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 19:17:44 -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 eduardo.delarosa@gmail.com designates 72.14.220.152 as permitted sender) Received: from [72.14.220.152] (HELO fg-out-1718.google.com) (72.14.220.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 02:16:59 +0000 Received: by fg-out-1718.google.com with SMTP id l27so429629fgb.9 for ; Wed, 07 May 2008 19:17:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=I0MQKxvLK16aJvb8P8kNQYEkzgChIITZ/BFjvnDQWP4=; b=mtrQdQlGzgmDssxynPU3uaqFqopKLShPyDJWm16hdyVZKdUvcQ5O6sFXZPfqbbODhZXLs53yD/+hOf6AuOpbVxS5mI/3B+Mw33rYQqfPTEzsnOsHEN0FDxhn1O3S9i0swTWGfBUO3qvSlticWG5pWP7VDv0AN/uHeX/HAjanlrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=kcokv4wTDY6Ql/altmouXRUqJIOFEcSHdgVJz13eQf3zUQNsalbShgDWvuQwtPHRdcy/9e+72w8b3wn6mredfWRAAC14mHmBl9kCZUILxbTyURA/cFHWp2GU8hyGNRIgm68sEv6tZf2O/+adNHxqyI7LbI6M8tBKiWZTo8TnHhs= Received: by 10.86.100.19 with SMTP id x19mr5186927fgb.12.1210213030446; Wed, 07 May 2008 19:17:10 -0700 (PDT) Received: by 10.86.29.5 with HTTP; Wed, 7 May 2008 19:17:10 -0700 (PDT) Message-ID: <4820d6ee0805071917s51ae99f6nf462632f14edd723@mail.gmail.com> Date: Thu, 8 May 2008 12:17:10 +1000 From: "Eduardo Dela Rosa" To: "Struts Users Mailing List" Subject: Can you set parameters in using in the tag body? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4687_19896402.1210213030442" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4687_19896402.1210213030442 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I was trying to use the and invoke it with *some *parameters using . i.e., * * However, the parameters don't seem to be getting through to the HttpServletRequest object when interrogated inside the Action. I know I can use the instead, but I preferred the . I'm implementing ServletRequestAware interface, by the way. Thanks. -- Eduardo Dela Rosa ------=_Part_4687_19896402.1210213030442--