On Monday 20 October 2003 01:39 pm, David Liles wrote:
> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
>
> Is this link even valid?

The link is correct and valid, but you need to map the URI to a .tld file:

- if you are using a JSP 1.2 container, that mapping is done automatically 
when the container reads the standard.jar from WEB-INF/lib
- if you are using a JSP 1.1 container, that mapping must be explicitly 
defined at WEB-INF/web.xml. But that wouldn't matter, as JSTL requires a JSP 
1.2 or 2.0 container. 

Also, if you're using JSP 2.0 and JSTL 1.1, the URIs have been changed.

So, which web container are you using?

Felipe


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

Reply via email to