2007/11/21, itay sahar <[EMAIL PROTECTED]>: > i got this message when clicking on each link from the main page: > > java.lang.NoSuchMethodError: > javax.servlet.jsp.tagext.TagAttributeInfo.<init>(Ljava/lang/String;ZLjava/lang/String;ZZ)V
I think that you, somewhere, have an old JSP API. Googling your error I found this: http://forum.java.sun.com/thread.jspa?threadID=650021&messageID=4275831 Probably you have an old "servlet.jar" somewhere in your classpath. > Note: The common/lib is "as is" tomcat 5.5.25. Are you sure? This error is a typical symptom of a mix of APIs... Antonio
