Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 25094 invoked from network); 2 May 2005 14:37:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2005 14:37:36 -0000 Received: (qmail 5178 invoked by uid 500); 2 May 2005 14:38:41 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 5149 invoked by uid 500); 2 May 2005 14:38:41 -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 5120 invoked by uid 99); 2 May 2005 14:38:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from osse2.pingsite.com (HELO osse2.pingsite.com) (205.216.250.5) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 02 May 2005 07:38:41 -0700 Received: from [127.0.0.1] (firebox.pingsite.com [205.216.250.2]) by osse2.pingsite.com (8.11.6/8.11.6) with ESMTP id j42DICb11158 for ; Mon, 2 May 2005 09:18:12 -0400 Message-ID: <42763B18.9060306@pingsite.com> Date: Mon, 02 May 2005 10:37:12 -0400 From: Dave Newton User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Struts Users Mailing List Subject: Re: ActionForm key in request/session References: <427299F1.7000805@gmail.com> <022a01c54d01$e555f910$28ad93d1@irm.local> <4272C35D.6040605@omnytex.com> In-Reply-To: <4272C35D.6040605@omnytex.com> X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Frank W. Zammetti wrote: > Alternatively, you could use the Commons Servlet packages' > getRequestParameter(), getRequestHeaders() and getRequestAttributes() > methods of the RequestUtils class, and if you need it there is also a > getSessionAttributes() method in SessionUtils (I know because I added > all four!) > > http://svn.apache.org/viewcvs.cgi/jakarta/commons/sandbox/servlet/ I think I'm probably missing something here, but it looks like this takes the parameters or attributes of the request and puts them into a hash. Is this just to decouple it from the ServletRequest? For parameters, at least, isn't there already a method that returns the map? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org