I am getting the following warning on all my jsp directives
Tag (jsp:directive.page) should be an empty-element tag.
I am not using the xml compliant form of these directives, this is a jsp 1.2 project and we are using plain old <%@ syntax. Why is it trying to validate these as if they should be xml compliant ?
There are so many of these warnings it makes it difficult to find warnings that would be a real concern.
I do not want to turn off validation for my jsps. When I looked at all the validators to try to customize this, it was not obvious at all which one is generating the message. Rather than do trial and error, can you tell me how to selectively get rid of this validation ( which I would maintain is incorrect anyway )