• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Error in running JSP in JRun4

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I was running a web application in JRun3 successfully. Now I have to port it to JRun 4. But I am getting following error in running few of my JSPs...

jrunx.compiler.DefaultCFE: Compiler errors:
Found 4 semantic errors compiling "/data/jrun/servers/liv2luv/default-ear/dating/WEB-INF/jsp/jrun__profileSrchnew2ejsp13.java":

122. } while(_tag0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
<----------------->
*** Error: No method named "doAfterBody" was found in type "jrun/jsp/tags/Forward".


122. } while(_tag0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
<---------------------------------------------->
*** Error: No field named "EVAL_BODY_AGAIN" was found in type "javax/servlet/jsp/tagext/BodyTag".


193. } while(_tag1.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
<----------------

Can anyone let me know why it is coming, Is there some goof-up in installation or what???

Thanks

Manoj
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic