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
Not showing the highlighted errors as you type [Closed]
There is a bug in 4.0M2, due to an Eclipse 3.1 change, that is keeping the reconciler errors from showing properly. We’ve fixed the issue internally and it will be corrected in the 4.0M3 build in about a week. Sorry for the inconvenience in the interim.
There is a bug in 4.0M2, due to an Eclipse 3.1 change, that is keeping the reconciler errors from showing properly. We’ve fixed the issue internally and it will be corrected in the 4.0M3 build in about a week. Sorry for the inconvenience in the interim.
Hi,
None of the error in my jsps are getting higlighted .. might this be because of the same bug? Here is the code :
<%@ page
import="java.io.File"
import="java.io.FileWriter"
import="col.*"
import="java.util.Enumeration"
%>
<% boolean debug=false; %>
<%
if(debug)
{
out.println("request is"+new manEnumeration(request).getTable());
out.println("session is"+new manEnumeration(session).getTable());
}
//this should get highlighted
and where were you ......
%>
Well I could jump with joy … i was just reading other posts .. and found a quick fix for this problem … i just needed to have the javac.exe in my path … and the validation works perfectly .. thanks a zillion … 🙂