Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Build
-
None
-
Operating System: other
Platform: All
-
23816
Description
In the struts-config.xml file in the struts-blank webapp from the 10/14 nightly
build, the example for a DynaValidatorForm is missing the </form-bean> tag.
It says:
<!-- sample form bean descriptor for a DynaActionForm
<form-bean
name="logonForm"
type="org.apache.struts.action.DynaActionForm">
<form-property
name="username"
type="java.lang.String"/>
<form-property
name="password"
type="java.lang.String"/>
end sample -->
Simply uncommenting it produces an error:
2003-10-14 08:44:23 StandardContext[/struts-blank]: Servlet /struts-blank threw
load() exception
javax.servlet.UnavailableException: Parsing error processing resource path /WEB-
INF/struts-config.xml