HTML validation

2012-10-02 Thread Lucio Crusca
Hello *, I'm new to wicket. I use NetBeans 7.2/Linux. I'm trying to follow some examples, but NB doesn't validate wicket HTML files. Now I could live without validating them. However the NetBeans editor highlights syntax errors and that's a desirable feature, but it becomes an annoyance if

Re: HTML validation

2012-10-02 Thread Martin Grigorov
Hi, I use Intellij IDEA and here is what I did to suppress those errors: File - Settings - DTDs and Schemas - External DTDs and Schemas - Add button (+) - URI = http://wicket.apache.org , Location: /path/to/wicket-core.jar#META-INF/wicket-1.5.xsd Now you should find how to do this in Netbeans.

Re: HTML validation

2012-10-02 Thread Lucio Crusca
In data martedì 2 ottobre 2012 15:01:28, Martin Grigorov ha scritto: Hi, I use Intellij IDEA and here is what I did to suppress those errors: File - Settings - DTDs and Schemas - External DTDs and Schemas - Add button (+) - URI = http://wicket.apache.org , Location: