It's for use when you extend a standard class with additional properties. You can use set-property without messing about with the DTD. You can plug in extended classes for ActionForms, ActionForwards, and ActionMappings in the web.xml. See also the JavaDoc for ActionServlet.
-- Ted Husted, Husted dot Com, Fairport NY USA. -- Building Java web applications with Struts. -- Tel +1 585 737-3463. -- Web http://www.husted.com/struts/ David Larson wrote: > > What is the purpose of set-property? > > <set-property property="foo" value="test" /> > > I can't get the information in actionmapping and can't get more information > in javadoc in apache.org. How can i get the set-property information ? > > -- > 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]>

