No worries, the attribute in named "uri" and not "url" for a good reason: it's
an identifier, not a location. It's just been standard practice to use a URL
string as the value. Check out the JSP spec for the gory details on how
containers resolve those identifiers. You'll notice there's no resource located
at "http://struts.apache.org/tags-html"; either.

Quoting "Daffin, Miles (Company IT)" <[EMAIL PROTECTED]>:

> Dear All,
>  
> The JSTL documentation states:
>  
> "Using the Standard Taglib libraries is simple; you simply need to
> import them into your JSP pages using the taglib directive. For
> instance, to import the 'core' JSTL library into your page, you would
> include the following line at the top of your JSP page, as follows:
>     <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>"
> However, the url does not point to a file, tld or otherwise. What is
> going on here? 
>  
> This is not strictly struts problem. Who can suggest a better list for
> this and similar questions?
>  
> -Miles
>  
> Miles Daffin
> Morgan Stanley
> 20 Cabot Square | Canary Wharf | London E14 4QA | UK
> Tel: +44 (0) 20 767 75119
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to