I would like to disable the warnings Netbeans is throwing when it's not finding classes because it's flooding my IDE.
For example, for this bit of code:
<div class="portlet light">
<a class="navigation" href="/home">Home page</a>
</div>
I have 3 warnings about the class being not defined.