Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 8782 invoked from network); 4 May 2005 01:08:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2005 01:08:12 -0000 Received: (qmail 32586 invoked by uid 500); 4 May 2005 01:09:32 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 32570 invoked by uid 500); 4 May 2005 01:09:32 -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 32555 invoked by uid 99); 4 May 2005 01:09:32 -0000 X-ASF-Spam-Status: No, hits=4.2 required=10.0 tests=FORGED_YAHOO_RCVD,FROM_ENDS_IN_NUMS,RCVD_BY_IP,RCVD_NUMERIC_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jak-struts-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 03 May 2005 18:09:32 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DT8Fm-0006sI-Gs for user@struts.apache.org; Wed, 04 May 2005 03:00:42 +0200 Received: from 63.145.228.3 ([63.145.228.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2005 03:00:42 +0200 Received: from sankar003 by 63.145.228.3 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2005 03:00:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@struts.apache.org From: Shankar Banerjee Subject: How to use a Map backed Action form from JSP Date: Wed, 4 May 2005 00:56:54 +0000 (UTC) Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 63.145.228.3 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)) Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am a JSP newbie. We were using struts and velocity before and now we are switching over to struts and JSP. We were using Map backed ActionForm for our Application with velocity to handle dynamic and extensible form data. Now when I see the jakarta struts documentation for using the same with JSP, I donot see any example of setting an attribute of the Map backed form from JSP. There is example for getters though. Could anybody who has gone through this search help me and post an example of how to use (get and set) from JSP. Thanks --Shankar --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org