Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Can someone tell me how to get rid of the abnoxious HTML/JSP validation highlights? I went to: Preferences –> MyEclipse -> Validation
and disabled JSP and HTML validation but the lines continue to show up. Prior to toggling these fields, it was using 98% CPU.
After you turn validation off, right-click on the project and select MyEclipse > Remove Validation Markers. That should clear them and with the validation off prevent them from coming back.
No, that didn’t work. Most of them refer to JSTL and Struts taglibs that MyEclipse can’t find. I would think/hope as long as the tlds and the jar files were on the classpath, I wouldn’t see the errors. Am I required to use JSTL Capabilities, rather than manual inclusion of JSTL? Because that would be unfortunate.