Results 1 to 2 of 2

Thread: Strange and bizarre jsp compilation problem:

  1. #1
    Join Date
    Aug 2004
    Posts
    1,905

    Default Strange and bizarre jsp compilation problem:

    Hi all,

    I am working on a colleagues project and he is using Spring 1.0 something. He was also using jsp1. Whilst upgrading to jsp2 I have encountered this error:
    Code:
    Generated servlet error:
    C:\apps\jboss\server\default\work\jboss.web\localhost\worldpay\org\apache\jsp\WEB_002dINF\jsp\login\login_jsp.java:94: _jspx_meth_c_if_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.WEB_002dINF.jsp.login.login_jsp cannot be applied to (org.springframework.web.servlet.tags.BindTag,javax.servlet.jsp.PageContext)
    I am sure it is just an incompatible library, but any idea which one?

  2. #2
    Join Date
    Aug 2004
    Posts
    1,905

    Default

    OK, found it (I think).

    The project was deploying an old version of the javax.servlet api. Removed that and now it works fine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •