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
