Hi,
I find the HTML warnings quite distracting in the JSP/HTML editor. Our entire project is template driven so most files are always include fragments. I think this causes the validation problems.
However, I have turned off every bit of validation I can think of to no avail. I have disabled the Eclipse Validation rules and also MyEclipse’s validations. I have double checked the project inherits from these settings but for good measure turn everything off in the project properties too.
Yet still I receive warnings and errors like
invalid location of tag (p)
unknown tag psb:PrettifyName
Is there a way to either turn off validation like this completely, or tell the validator it’s dealing with a fragment and as such validate more intelligently?
Cheers, Allistair