RE: DynaActionForm vs ActionForm

2003-02-26 Thread Wendy Smoak
Gemes Tibor wrote: > you want your own reset() implementation You can still override reset in DynaActionForm... you just get out of writing all the get/set methods. I have a DynaValidatorForm in which I've implemented both reset and validate-- I couldn't convince the validator to handle a complic

Re: DynaActionForm vs ActionForm

2003-02-26 Thread Nick Sharples
James Prance writes: > can you give an example.. > > > "Nick Sharples" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > > James Prance writes: > > > Having used DynaActionForms in my app, i now wonder what use > ActionForms > > > are? > > > Is there ever a case f

Re: DynaActionForm vs ActionForm

2003-02-26 Thread Gemes Tibor
James Prance wrote: Having used DynaActionForms in my app, i now wonder what use ActionForms are? Is there ever a case for needing an ActionForm and if so when and why? you want your own reset() implementation you have a tool which generates your Forms (eg xdoclet) Tib --

Re: DynaActionForm vs ActionForm

2003-02-26 Thread James Prance
can you give an example.. "Nick Sharples" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > James Prance writes: > > Having used DynaActionForms in my app, i now wonder what use ActionForms > > are? > > Is there ever a case for needing an ActionForm and if so when and why? > > >

Re: DynaActionForm vs ActionForm

2003-02-26 Thread Nick Sharples
James Prance writes: > Having used DynaActionForms in my app, i now wonder what use ActionForms > are? > Is there ever a case for needing an ActionForm and if so when and why? > > I thought there may be something to do with session states but i'm not sure. Uploading files with FileForms? .

Re: DynaActionForm vs ActionForm

2002-07-03 Thread chuckcavaness
Sandra, One source of information on the subject is Chapter 7 from my Struts book that I'm currently writing. It might not be able to answer all of your questions, but it should get you started in the right direction on it. You can download the draft chapter from here: http://www.theservers