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
Some of my JSP pages implement an interface using this syntax:
<%@ page implements=”com.x.y.Z” %>
This works fine when I view the page in Weblogic, but MyEclipse is giving the following compiler error in the Problems view:
Page directive has invalid attribute: implements