On Fri, 23 Mar 2001, Manuel Alzola wrote:
> Hello.
> No reference to ActionForm in all the project. There is one thing that I donīt
>understand in the struts example that may have relation since my project is based on
>that. I see no place where ApplicationMapping is configured as the ActionMapping for
>the aplication.
The path to your application resources, and several other important
parameters, are configured via servlet initialization parameters to the
controller servlet, in the web.xml file. Check the javadocs for the
org.apache.struts.action.ActionServlet class to see all of the valid
initialization parameters and what they do.
Craig