Hello,

I've got the following in my jsp in eclipse:

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1" isELIgnored="false" %>
<%@ taglib uri="http://java.sun.com/jstl/core_rt";  prefix="c" %>

All the code like <c:out in eclipse works, but http://java.sun.com/jstl/core_rt
is underlined red, and eclipse says "can not find the tag library
descriptor for http://java.sun.com/jstl/core_rt";.

I also don't get any code completion in eclipse, which I suspect is
because of this.

Does someone know how to make the errors go away? I'm also not sure
about the http://java.sun.com/jstl/core_rt url as well, as I've seen
some slightly different urls floating around on the internet.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to