Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 53461 invoked from network); 2 Sep 2002 12:28:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Sep 2002 12:28:56 -0000 Received: (qmail 8668 invoked by uid 97); 2 Sep 2002 12:29:17 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 8607 invoked by uid 97); 2 Sep 2002 12:29:16 -0000 Mailing-List: contact struts-user-help@jakarta.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 struts-user@jakarta.apache.org Received: (qmail 8584 invoked by uid 98); 2 Sep 2002 12:29:15 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3D735976.CACB9F53@morganstanley.com> Date: Mon, 02 Sep 2002 13:28:39 +0100 From: Darren McGuinness Reply-To: Darren.McGuinness@morganstanley.com Organization: Morgan Stanley X-Mailer: Mozilla 4.76 [en]C-CCK-MCD MS4.76 V20010517.3 (WinNT; U) X-Accept-Language: en,ja MIME-Version: 1.0 To: struts-user@jakarta.apache.org Subject: Accessing Struts form beans from JSP's/Custom Tag Libraries Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, How do I go about accessing a form bean associated with a JSP from my own custom tag? Also from within the JSP page -For example, I wish to use the tag but with the 'value' set to an attribute from a form bean which was associated with the action that called the JSP. So say i have searchAction /searchBean which forward maps to select.jsp, I then have a form posting to selectAction with selectBean....I basically want to set an attribute in the selectBean to the same value as one in the searchBean.... property="radioSelection"/> using struts 1.0. Cheers. -- To unsubscribe, e-mail: For additional commands, e-mail: