Forum: JSP Jul 26th, 2007 |
| Replies: 6 Views: 2,416 The uri is not a required field in the tld right, and we can actually refer to the tld in the taglib directive (in the jsp page) by its relative path or from the context root '/' . I just have... |
Forum: JSP Jul 23rd, 2007 |
| Replies: 6 Views: 2,416 he he sorry for dat. New to forums mate I hope you you took no offence.
Anyways here goes
the jsp:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
... |
Forum: JSP Jul 23rd, 2007 |
| Replies: 6 Views: 2,416 1. Yep, the declaration of the tag is proper in the tld file.
2. Shouldnt the tld file be ideally kept in the WEB-INF folder? I have kept it there in a folder called tlds. I am directly... |
Forum: JSP Jul 21st, 2007 |
| Replies: 6 Views: 2,416 When ever I try to run my jsp page on a tomcat 5.5 server I get the following exception
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NoSuchMethodError:... |