Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 74643 invoked from network); 1 Sep 2009 01:49:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Sep 2009 01:49:19 -0000 Received: (qmail 80728 invoked by uid 500); 1 Sep 2009 01:49:16 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 80675 invoked by uid 500); 1 Sep 2009 01:49:16 -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 80665 invoked by uid 99); 1 Sep 2009 01:49:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 01:49:16 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.208.4.194] (HELO mout.perfora.net) (74.208.4.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2009 01:49:05 +0000 Received: from edl1314rmfsp7 (70.44.143.66.res-cmts.sm.ptd.net [70.44.143.66]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0MKp8S-1MiIUC34oa-000iwc; Mon, 31 Aug 2009 21:48:42 -0400 From: "Lee Clemens" To: "'Struts Users Mailing List'" References: <25184286.post@talk.nabble.com> Subject: RE: Mapping of form object to a java bean Date: Mon, 31 Aug 2009 22:08:02 -0400 Message-ID: <018101ca2aa9$0abb5810$c921de0a@edl1314rmfsp7> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 In-Reply-To: <25184286.post@talk.nabble.com> thread-index: AconoXdne96r09KZTRKVNW8yOoGVIQDB2Avw X-Provags-ID: V01U2FsdGVkX1+SooMeh5/WVNWZDP1/duHDAiWS5SxHoeysTYy Da1wF7KLSk9q1FoR8NS7M5mQkUizTxWt6XVJNOGx2k7OPnjpOI GPnx6OIZDU6Zy+aMwyXr4Ym8QxMj3A4 X-Virus-Checked: Checked by ClamAV on apache.org First off, you don't necessarily need getters for every form field (or any) What IDE are you using? Most should generate setters for you pretty easily, once you declare the class variables. -----Original Message----- From: vishalj [mailto:VishalJ@ivycomptech.com] Sent: Friday, August 28, 2009 1:36 AM To: user@struts.apache.org Subject: Mapping of form object to a java bean Is it possible to map all the form fields from struts form to some java bean without writing getter and setters in the action class for each field -- View this message in context: http://www.nabble.com/Mapping-of-form-object-to-a-java-bean-tp25184286p25184 286.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org