Carlos Cajina - 2004-12-04

Hi. My question pop up from a recently migration attemp of web app I'm currently working on from JBoss/Tomcat 3.2.3 to version 3.2.5. In my code, just after changing my classpath to point to the new Jboss/Tomcat libraries, the following error showed up:

"This compilation unit indirectly references the missing type javax.servlet.jsp.PageContext (typically some required class file is referencing a type outside the classpath)"

From the displaytag docs I found that: "Servlet 2.3 support is required to build the library. At runtime only servlet 2.2 (tomcat 3, websphere 4) is strictly needed, servlet 2.3 support (tomcat 4, websphere 5) is needed only for the EL version of the taglib"

From that I assume that at present time there's no support for Servlet 2.4 and JavaServer Pages 2.0 specifications in displaytags, Is this correct?

Regards,

Carlos