On 12/19/06, Rick Schumeyer <[EMAIL PROTECTED]> wrote:
These should be easy questions, but I can't find the answers...if
someone could either answer them or point me to the right docs, I would
appreciate it.

1. What is the proper uri for the jstl core library?  According to my
JSP book it should be

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

but eclipse complains about unknown tags like <c:out>.

It depends on what JSTL and Servlet spec versions you're using.  (And
the rest of the answers depend on this one.)

There is some information here to help you sort it out:
http://wiki.apache.org/struts/StrutsAndJSTL

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to