My
JSP is running successfully in
Tomcat 5.0 I tried to run the same in weblogic. But I get the error message.
Parsing of JSP File '/MyTag.jsp' failed:
--------------------------------------------------------------------------------
/MyTag.jsp(1): Error in using tag library uri='myUri' prefix='abcd': incompatible version: taglib requires version '2.0', this implementation is version '1.2.0'
probably occurred due to an error in /MyTag.jsp line 1:
<%@ taglib prefix="abcd" uri="myUri" %>
My weblogic is 8.1 . JDK is 1.5
Please suggest me what to do such that my program runs successfully.
Thank you.