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=18247>. 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=18247 valitador.xml Processing Summary: valitador.xml Processing Product: Struts Version: 1.1 RC1 Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Validator Framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a problem with the struts-validator because when tomcat try to deploy my project don't found the DTD definition from the validator. My validator.xml is: ?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE form-validation SYSTEM "validator_1_0.dtd"> <!-- Validation Rules for the Struts Example Web Application $Id: validation.xml,v 1.5 2003/03/20 15:00:09 os-lopez Exp $ --> <form-validation> ... If i change it to: ?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE form-validation SYSTEM "/home/lowfill/project/validator_1_0.dtd"> <!-- Validation Rules for the Struts Example Web Application $Id: validation.xml,v 1.5 2003/03/20 15:00:09 os-lopez Exp $ --> <form-validation> it works, but i think that it show found it relative to the file position. In the version 1.1 beta3 it works. Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
