As described in
http://groups.google.com/group/google-appengine-java/browse_thread/thread/a37b7710568bf54e/13714cc16cfccf80?lnk=gst&q=jstl#13714cc16cfccf80
you should not include any JSTL library as it's repackaged by Google
already.

However with the Google plugin when adding something like:

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>

gives the following Eclipse warning:

Can not find the tag library descriptor for "http://java.sun.com/jsp/
jstl/core"


But it runs ok. This warning is a little bit annoying and I'm
wondering how other people get rid of it.

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to