You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/10/14 17:58:24 UTC

DO NOT REPLY [Bug 23816] New: - Error in struts-blank struts-config.xml file

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23816>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23816

Error in struts-blank struts-config.xml file

           Summary: Error in struts-blank struts-config.xml file
           Product: Struts
           Version: Nightly Build
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Example
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: wendywds@hotmail.com


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

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org