I downloaded the jar from wicketstuff repo... Here is the DTD; <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket= "http://wicket.apache.org/" xml:lang="en" lang="en">
Martijn Dashorst <[email protected]> 02/23/2010 05:16 AM Please respond to [email protected] To [email protected] cc Subject Re: Wicket Stuff Html Validator Another possibility is that you use a DTD that is not available (xhtml 2.0?) Martijn On Tue, Feb 23, 2010 at 9:08 AM, Martijn Dashorst <[email protected]> wrote: > Strange, at our company the thing works. Did you build the jar > yourself? Or did you download it from the wicketstuff repo? > > Martijn > > On Mon, Feb 22, 2010 at 10:24 PM, <[email protected]> wrote: >> I've added htmlvalidator-1.3.1.jar to my classpath, and the appropriate >> code in the application's init method (see link below). I get the >> following error when running the app; >> >> java.io.FileNotFoundException: Could not find dtds folder null >> >> http://wicketinaction.com/2009/06/wicket-html-validator-12/ >> >> >> >> Notice: This communication, including any attachments, is intended solely >> for the use of the individual or entity to which it is addressed. This >> communication may contain information that is protected from disclosure >> under State and/or Federal law. Please notify the sender immediately if >> you have received this communication in error and delete this email from >> your system. If you are not the intended recipient, you are requested not >> to disclose, copy, distribute or take any action in reliance on the >> contents of this information. > > > > -- > Become a Wicket expert, learn from the best: http://wicketinaction.com > Apache Wicket 1.4 increases type safety for web applications > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4 > -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.4 increases type safety for web applications Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Notice: This communication, including any attachments, is intended solely for the use of the individual or entity to which it is addressed. This communication may contain information that is protected from disclosure under State and/or Federal law. Please notify the sender immediately if you have received this communication in error and delete this email from your system. If you are not the intended recipient, you are requested not to disclose, copy, distribute or take any action in reliance on the contents of this information.
