Posted By:
saravanan_gounder
Posted On:
Sunday, July 6, 2003 06:11 AM
Hi, I am new to struts .I got error message while using the struts. I have downloaded the struts.jar and copy to weblogic6.1 lib directory. I have set up the class path and web.xml. This is my jsp file <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> This is my web.xml
More>>
Hi,
I am new to struts .I got error message while using the struts.
I have downloaded the struts.jar and copy to weblogic6.1 lib directory.
I have set up the class path and web.xml.
This is my jsp file
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
This is my web.xml
action
org.apache.struts.action.ActionServlet
application
ApplicationResources
config
/WEB-INF/struts-config.xml
debug
2
2
action
*.do
index.jsp
/WEB-INF/app.tld
/WEB-INF/app.tld
/WEB-INF/struts-bean.tld
/WEB-INF/struts-bean.tld
/WEB-INF/struts-html.tld
/WEB-INF/struts-html.tld
/WEB-INF/struts-logic.tld
/WEB-INF/struts-logic.tld
This is my ApplicationResources file
index.title = Ma premiere application Struts!
I have cpoied all struts-bean.tld,struts-html.tld,struts-logic.tld into WEB-INF directory.
while running the index.jsp i am getting error like this
/struts/index.jsp(2): Error in using tag library uri='/WEB-INF/struts-bean.tld' prefix='bean': For tag 'cookie',
cannot load extra info class 'org.apache.struts.taglib.bean.CookieTei'
probably occurred due to an error in /struts/index.jsp line 2:
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
I need help.Pls guide me.
Thanks
Saravanan K