Re: How to pre-populate an actionForm in the perform method?

2001-08-05 Thread Craig R. McClanahan
On Thu, 2 Aug 2001, Hartmut Bernecker wrote: Hello, when a URL (myUrl.do) is invoced, the ActionServlet instantiates a myForm (according to the struts-config.xml), forwards control to a myAction object; the perform() method of myAction calls the reset() method of the myForm object and

RE: How to pre-populate an actionForm in the perform method?

2001-08-02 Thread devon . bowen
when a URL (myUrl.do) is invoced, the ActionServlet instantiates a myForm (according to the struts-config.xml), forwards control to a myAction object; the perform() method of myAction calls the reset() method of the myForm object and then forwards to a JSP page. It is the JSP page itself