RE: Struts 1.1 ActionForm

2004-05-03 Thread Hubert Rabago
c, > > perhaps this is useful for you. > http://weblogs.java.net/pub/wlg/964 > > cheers, > matthias > > > -Original Message- > > From: Eric Noel [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 04, 2004 7:35 AM > > To: Struts Users Mailing List &g

Re: Struts 1.1 ActionForm

2004-05-03 Thread Hubert Rabago
For most forms, you can probably get away with just using a DynaActionForm and combining it with the Validator. I still use ActionForm subclasses for really complex forms because of the control they provide. (I have a form with two dimensional indexed properties plus mapped properties, all in one

RE: Struts 1.1 ActionForm

2004-05-03 Thread Matthias Wessendorf
Eric, perhaps this is useful for you. http://weblogs.java.net/pub/wlg/964 cheers, matthias > -Original Message- > From: Eric Noel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 04, 2004 7:35 AM > To: Struts Users Mailing List > Subject: Struts 1.1 ActionForm > &g

Struts 1.1 ActionForm

2004-05-03 Thread Eric Noel
What is now the recommend technique for ActionForm, do we still have to use them? or just make use of the DynaActionForm instead and then create the corresponding Action or LookupDispatchAction? - To unsubscribe, e-mail: [EMAIL