RE: Business objects as ActionForms

2001-12-05 Thread Jeff Martin
On a similar topic, what is the recommended way to move data from the form beans [subclass of ActionForm] to my business objects. Is it: A) in each getter and setter, such as: No member variables public String getFirstName() { return customer.getFirstName(); } public void setFirstName(String valu

Re: Business objects as ActionForms

2001-12-05 Thread Ted Husted
; then if your jsp page has: > > it will call your Product's get and set method automatically. > > Yunming > > -Original Message- > From: Scriven, Marcos [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 08, 2001 8:40 AM > To: 'Struts Users Mailing