Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 86634 invoked from network); 25 May 2006 14:08:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 14:08:34 -0000 Received: (qmail 89534 invoked by uid 500); 25 May 2006 14:08:14 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 89462 invoked by uid 500); 25 May 2006 14:08:13 -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 89220 invoked by uid 99); 25 May 2006 14:08:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 07:08:12 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of monkeyden@gmail.com designates 66.249.82.207 as permitted sender) Received: from [66.249.82.207] (HELO wx-out-0102.google.com) (66.249.82.207) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 07:08:11 -0700 Received: by wx-out-0102.google.com with SMTP id s9so925027wxc for ; Thu, 25 May 2006 07:07:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=pfBem6SDBUHEEFb4eGp2yaojBcLKi+hfdFT9Ly1ZHQOzE1JrseiKP75JMHdyyqxQkzVPu9gLlnJM2VHCMNU0yAt1UudRbcE9uD+rviP4xmTsUKEZnGHbntfz+xo7d2BY4+6cJyPDb5BziCExBNw3QSDww3QmyqeNAxWW3DVl69w= Received: by 10.70.67.9 with SMTP id p9mr238554wxa; Thu, 25 May 2006 07:07:48 -0700 (PDT) Received: by 10.70.69.5 with HTTP; Thu, 25 May 2006 07:07:48 -0700 (PDT) Message-ID: Date: Thu, 25 May 2006 10:07:48 -0400 From: Monkeyden To: "Struts Users Mailing List" , raghuveerv@infotechsw.com Subject: Re: More then 1 Action Forms in JSP In-Reply-To: <002701c67fbd$e7ec3000$0ec213ac@raghuveer> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10506_32207883.1148566068524" References: <002701c67fbd$e7ec3000$0ec213ac@raghuveer> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_10506_32207883.1148566068524 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline As in a pop-up? If so, then you create a HelpAction and JSP, which would b= e expecting a request parameter specifiying the current screen. Use that parameter to determine what content to fetch. Basically, it's a new Action. The only thing your 10 existing screens will be responsible for is passing that request parameter (likely on the querystring). On 5/25/06, Raghuveer wrote: > > > I have 10 JSP's and used 10 Action forms,10 action classes(dispatch actio= n > and action) with 10 Action Mappings in Struts-config.xml. > > I have 1 common functionality where if user clicks HELP button in any > screen > i need to get documennt stored in database and show to user. > > Question1) > > Is it possiable to user 2 actionforms in 1 JSP ? > > Question2) > What is best way to implemt such scenerios in struts. > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > ------=_Part_10506_32207883.1148566068524--