[Opensource] Is the use of DefaultForm a common/best
practice on Expresso projects?
Michael Rimov
rimovm at centercomp.com
Wed Apr 2 11:11:41 PST 2003
At 09:44 AM 4/2/2003 -0700, you wrote:
>I can't seem to find much information on the use of DefaultForm. I have
>been checking out the javadoc and have found the method
>Controller.findControllerForm(ControllerRequest) which returns an
>ActionForm. So are others using DefaultForm or are they using just the
>ActionForm or are others bypassing the concept all together?
Hi Kris,
From what we've all gathered, Mike N started out the root of a Dynamic
Action form, but left it as something not really used. So most folks use
the findControllerForm() with their own ActionForm beans and
DefaultActionForm is more a shell so Struts is happy.
Of course, real functionality is always appreciated, but I believe the
Struts 1.1 dyna actionform will definitely be the way to go in the future.
-Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.jcorporate.com/pipermail/opensource/attachments/20030402/8ace28ff/attachment-0002.htm
More information about the Opensource
mailing list