I have developed one struts application and its working well in Tomcat server.
when i deployed that in weblogic 8.1 server i am getting this error in the index page itself..the prob is with using tag libs i think..wizzs pls help me in this problem.
here is the error that i am getting.
Parsing of JSP File '/index.jsp' failed:
------------------------------------------------------------------------------- -
/index.jsp(3): Error in using tag library uri='/WEB-INF/struts-html.tld' prefix='html': The Tag class 'org.apache.struts.taglib.html.FormTag' has no setter method corresponding to TLD declared attribute 'name', (JSP 1.1 spec, 5.4.1)
probably occurred due to an error in /index.jsp line 3:
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
thanks in advance
shanu
-
Weblogic 8.1 & Struts: Error parsing Jsp (4 messages)
- Posted by: shanu m
- Posted on: May 25 2005 03:21 EDT
Threaded Messages (4)
- same error i am getting by Muthu Chandir on June 29 2005 15:50 EDT
- me too by suresh nallamilli on August 11 2005 01:46 EDT
-
Found solution may be not appropriate by suresh nallamilli on August 11 2005 02:44 EDT
- Still getting errors by Gautam Singh on April 03 2007 01:59 EDT
-
Found solution may be not appropriate by suresh nallamilli on August 11 2005 02:44 EDT
- me too by suresh nallamilli on August 11 2005 01:46 EDT
-
same error i am getting[ Go to top ]
- Posted by: Muthu Chandir
- Posted on: June 29 2005 15:50 EDT
- in response to shanu m
did you find out the reason. can you please help me with that? -
me too[ Go to top ]
- Posted by: suresh nallamilli
- Posted on: August 11 2005 01:46 EDT
- in response to Muthu Chandir
Hi ,
Me too getting the same error pls let me know if u tracked the bug -
Found solution may be not appropriate[ Go to top ]
- Posted by: suresh nallamilli
- Posted on: August 11 2005 02:44 EDT
- in response to suresh nallamilli
I solved the problem by copying all the jar files in lib directory of webapplication to BEA weblogic common lib(C:\java\bea\weblogic81\common\lib).
Try this out if not working pls let me know -
Still getting errors[ Go to top ]
- Posted by: Gautam Singh
- Posted on: April 03 2007 13:59 EDT
- in response to suresh nallamilli
I had a similar problem which didn't get resolved your suggested solution. I am still getting the same error. Please let me know if I need to do something more.