Re: validator and xdoclet

2005-06-22 Thread Nitesh
May be you could go to the URL get the required DTD and put the same in your WEB-INF Nitesh - Original Message - From: "roberto" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, June 22, 2005 6:14 PM Subject: Re: validator and xdo

Re: validator and xdoclet

2005-06-22 Thread roberto
Unfortunately this solution not resolve my problem. I work with jboss in localhost therefore when I deploy my appication the server respond wiht the exception "java.net.UnknownHostException: jakarta.apache.org" and the form not works. thank's for fast reply. Roberto --- Nitesh <[EMAIL PROTECTED

Re: validator and xdoclet

2005-06-22 Thread Nitesh
You could use "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1.3//EN" "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd";> Better still you could get the latest struts jar from Jakarta struts and use the vlaidator-rule bundled with that.