Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 60606 invoked from network); 4 May 2003 23:41:02 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 May 2003 23:41:02 -0000 Received: (qmail 16519 invoked by uid 97); 4 May 2003 23:43:10 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 16512 invoked from network); 4 May 2003 23:43:10 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 May 2003 23:43:10 -0000 Received: (qmail 58593 invoked by uid 500); 4 May 2003 23:40:44 -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 58578 invoked from network); 4 May 2003 23:40:44 -0000 Received: from post2.inre.asu.edu (129.219.110.73) by daedalus.apache.org with SMTP; 4 May 2003 23:40:44 -0000 Received: from conversion.post2.inre.asu.edu by asu.edu (PMDF V6.1 #40111) id <0HED00601Z14X1@asu.edu> for struts-user@jakarta.apache.org; Sun, 04 May 2003 16:39:04 -0700 (MST) Received: from mainexzz.asu.edu (mainexzz.asu.edu [129.219.10.209]) by asu.edu (PMDF V6.1 #40111) with ESMTP id <0HED0062VZ148O@asu.edu> for struts-user@jakarta.apache.org; Sun, 04 May 2003 16:39:04 -0700 (MST) Received: by mainexzz.asu.edu with Internet Mail Service (5.5.2653.19) id ; Sun, 04 May 2003 16:38:38 -0700 Content-return: allowed Date: Sun, 04 May 2003 16:38:36 -0700 From: Wendy Smoak Subject: RE: FormBean To: 'Struts Users Mailing List' Message-id: MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-type: multipart/alternative; boundary="Boundary_(ID_IZtFPgwH5kj3tYcaaXdUKg)" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --Boundary_(ID_IZtFPgwH5kj3tYcaaXdUKg) Content-type: text/plain; charset="iso-8859-1" > How do I attach a form bean to an action? I'm guessing this is > something I do in my structs-config.xml, but where? You're correct that it's in struts-config.xml. It is the "name" attribute of the "action" tag that says which form to use: