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
I only created a jsp page with the wizard and it marks the first line as error. This line was generated by the eclipseide jsp template, so where could be the problem?
<%@ page language=”java” import=”java.lang.*,java.util.*” %>
Sorry. my mistake.
The error is not listed in the problems view. I was trying see the problem by clicking on the red icon but there was as well no text line on the bottom.
No I figure out that if you just wait long enough there is a tool tip with the error message.
The problem was that the jsp was not in the webapp root folder.
Sorry!
May you can add the error messages to the problem view.
Thanks for your fast replay!
Ahh, the problem should be in the problem view as well. Its likely that your filters are setup to not show errors from the JSP Editor (I didn’t know about this feature in Eclipse until I had “ghost problems” like you). If you click on the down arrow in the top-right side of the problem view, and go to “Filters” then hit “Select All” and hit OK, you should see the error.