Also, when you reference <html:form> input elements from your jsp pages an ActionForm of the appropriate type (based on ActionMappings...) will be automatically created for you. See the taglib API reference (http://jakarta.apache.org/struts/userGuide/struts-html.html#form) for more info.
Hope this helps. It wasn't very clear from your question what you were looking for. Troy John Yu writes: > > Not exactly sure what you mean. > > When an action mapping is associated with a form-bean, Struts will always > automatically create the actionform object before calling > action.execute()/perform(). The actionform is passed in as the second > parameter of execute()/perform(). > > At 01:28 am 06-09-2002, you wrote: >> How can I make Struts automatically created a ActionForm > > -- > John Yu Scioworks Technologies > e: [EMAIL PROTECTED] w: +(65) 873 5989 > w: http://www.scioworks.com m: +(65) 9782 9610 > > Scioworks Camino - "Don't develop Struts Apps without it!" > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

