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:[email protected]] 
Sent: Friday, August 28, 2009 1:36 AM
To: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to