RE: database - bean - form, what is the best way to do it?

2003-08-14 Thread Wendy Smoak
When doing struts, I am always loading or saving data to a bean (or a list of beans) and then display it to the form. Is there a ways to make this process very automatic, like writing a mapping file, and then everything is done? I spent in the past 2 full days just keep doing this kind of

Re: database - bean - form, what is the best way to do it?

2003-08-14 Thread Mark Lowe
14, 2003 12:49 AM To: 'Struts Users Mailing List' Subject: RE: database - bean - form, what is the best way to do it? When doing struts, I am always loading or saving data to a bean (or a list of beans) and then display it to the form. Is there a ways to make this process very automatic, like

RE: database - bean - form, what is the best way to do it?

2003-08-14 Thread Karachiwala, Aslam
this might be of help... http://jakarta.apache.org/struts/faqs/database.html -Original Message- From: Andy Cheng [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:44 PM To: [EMAIL PROTECTED] Subject: database - bean - form, what is the best way to do it? When doing struts,

RE: database - bean - form, what is the best way to do it?

2003-08-14 Thread Andy Cheng
could help generating code, but I have to read and understand more before I know if it is helping me. Thanks Andy -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 12:49 AM To: 'Struts Users Mailing List' Subject: RE: database - bean - form, what

Re: database - bean - form, what is the best way to do it?

2003-08-14 Thread Jing Zhou
://www.netspread.com - Original Message - From: Andy Cheng [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 1:02 PM Subject: RE: database - bean - form, what is the best way to do it? Basically I am just wondering if the process can be a bit more