Mallari Kulkarni wrote: > > > Hi Guys, > > Is formclass is optional? I donot want to use the formclass. > Please help me. > > Regards > Mallari By "formclass", do you specifically mean the ActionForm class? Yes, this is optional if you do not need the automatic population of form bean properties that the controller servlet will do for you if you use ActionForm. If you need that feature, then your form beans *must* subclass ActionForm. Craig McClanahan
- Is Formclass optional? Mallari Kulkarni
- Re: Is Formclass optional? bram
- Craig R. McClanahan