Tags Causing Exceptions ?

Hi all ,

I am using Struts tags + jstl + display tags in my application....

It was working fine before , its giving following exception from last few days .

java.lang.AbstractMethodError: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver;

application is running fine on another machine..

help me out ..

[380 byte] By [Jasdeep.Singha] at [2007-11-27 9:51:26]
# 1
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/AbstractMethodError.htmlSounds like bad compilation and/or versioning differences.Try to recompile the whole stuff against the right JDK version.
BalusCa at 2007-7-13 0:20:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...