Rashmi Rubdi wrote:

>   There might be something wrong on what I have in my web.xml , compared to 
> what's in the JSP
>    
>       <taglib>
>       <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
>       <taglib-location>/WEB-INF/tld/fmt.tld</taglib-location>
>     </taglib>
>       <taglib>
>       <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
>       <taglib-location>/WEB-INF/tld/c.tld</taglib-location>
>     </taglib>
>       <taglib>
>       <taglib-uri>http://java.sun.com/jstl/sql</taglib-uri>
>       <taglib-location>/WEB-INF/tld/sql.tld</taglib-location>
>     </taglib>
>       <taglib>
>       <taglib-uri>http://java.sun.com/jstl/x</taglib-uri>
>       <taglib-location>/WEB-INF/tld/x.tld</taglib-location>
>     </taglib>
>    
>   JSP:
>    
>   <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
> <%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"; %>

This last line's URI doesn't match the rest.

You should be using JSTL 1.0 *or* 1.1, not mixing them :-)

-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
                opinion: webtuitive.blogspot.com
                                
                          dream.  code.



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

Reply via email to