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=7103>. 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=7103 digester parsing error in struts-config.xml contained in struts-tiles Summary: digester parsing error in struts-config.xml contained in struts-tiles Product: Struts Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Example AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The entry in the struts-config.xml is: <message-resource parameter="org.apache.struts.example.tiles.dev1- 1.ApplicationResources" null="false"> </message-resource> This causes a digester parsing error because the file does not match the DTD. http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd. The entry should be: <message-resources parameter="org.apache.struts.example.tiles.dev1- 1.ApplicationResources" null="false"/> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>