hi,
try this. and see. and you dont need to add any entry in your web.xml
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"
%>
Thanks,
Nuwan
----- Original Message -----
From: "vikas rao" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Tuesday, May 01, 2007 4:40 AM
Subject: HELP!!
Hi,
I am getting this exception:
org.apache.jasper.JasperException: /index.jsp(9,0) No tag "" defined in
tag
library imported with prefix "html"
My index.jsp file code starts like this:
<%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %>
so what is the problem?
I have added this in the web.xml file:
<taglib>
<taglib-uri>/WEB-INF/tlds/struts-html.tld </taglib-uri>
<taglib-location>/WEB-INF/tlds/struts-html.tld</taglib-location>
</taglib>
</web-app>
I am sooo frustrated, cant make a single struts program work :(.
help!!
vikas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]