RE: ActionForm Design Question

2003-08-02 Thread Navjot Singh
|> Question 1: Do I use conventional ActionForm? |> Map-backed ActionForm? or DynaActionForm for this |> project? | |If I were you, I would use the conventional ActionForm if |most of the properties are Strings. If your data is fixed on form, then it is good to have ActionForm. More, you may use

Re: ActionForm Design Question

2003-08-01 Thread Jing Zhou
- Original Message - From: "Caroline Jen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 01, 2003 10:42 AM Subject: ActionForm Design Question > Hi, I am building a web site. The primary functions > of this site are for authors to submit their research > papers. The