ActionForm Design Question

2003-10-07 Thread Ian Joyce
Hello, I am having trouble wrapping my mind around with how I should design an ActionForm giving the following situation. My form looks like this: Child 1 [Select of all possible parents] Child 2 [Select of all possible parents] Child 3 [Select of all possible parents] ... Each child can

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

ActionForm Design Question

2003-08-01 Thread Caroline Jen
Hi, I am building a web site. The primary functions of this site are for authors to submit their research papers. The research papers will go through a screening process (screened by peers in the field). Visiors can view the published articles online. Authors and peers are the registered users

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 research