0 Replies Latest reply on Feb 22, 2002 8:28 AM by pazu

    Error in JSP compilation [JBoss 3.0.0alpha]

    pazu

      Oh, I'm having a bad day today. Never posted so much in this forum. Well, here is my problem: apparently Jetty decided to stop generating correct java files and now is spitting errors to my browser screen. It was working just fine yesterday. I can' t remember what I did to break it.

      Here is what Jetty says:

      An error occurred at line: 46 in the jsp file: /produtos.jsp
      
      Generated servlet error:
      /tmp/Jetty__8080___af/produtos$jsp.java:252: No variable EVAL_BODY_AGAIN defined in interface javax.servlet.jsp.tagext.BodyTag.
       } while (_jspx_th_logic_iterate_0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
      

      This is repeat for every custom tag in the jsp file. I'm using struts, so there are a lot of custom tags.

      Could anyone help me?