| Code: |
|
<%@ taglib uri="/WEB-INF/tld/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/tld/struts-bean.tld" prefix="bean" %> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html:html> <head> <title>My JSP 'testing.jsp' starting page</title> </head> <body> This is my JSP page. <br> <html:form action="someting" > <html:submit>Submit</html:submit> </html:form> </body> </html:html> |
| Code: |
|
<html:html> cannot resolve symol: symbol : method doAfterBody() <html:form> cannot resolve symol: symbol : variable EVAL_BODY_AGAIN <html:submit> cannot resolve symol: symbol : variable EVAL_BODY_AGAIN |
| Code: |
|
<project>/ /src /web /web/jsp /web/WEB-INF |
| Code: |
|
<!-- Template Tag Library Descriptor --> <taglib> <taglib-uri>/WEB-INF/tld/security.tld</taglib-uri> <taglib-location>/WEB-INF/tld/security.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/tld/struts-html.tld</taglib-uri> <taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/tld/struts-bean.tld</taglib-uri> <taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location> </taglib> <taglib> <taglib-uri>/WEB-INF/tld/struts-logic.tld</taglib-uri> <taglib-location>/WEB-INF/tld/struts-logic.tld</taglib-location> </taglib> |
| Quote: |
|
<html:html> cannot resolve symol: symbol : method doAfterBody() <html:form> cannot resolve symol: symbol : variable EVAL_BODY_AGAIN <html:submit> cannot resolve symol: symbol : variable EVAL_BODY_AGAIN |
| support-rkalla wrote: |
| I think I was barking up the wrong tree:
Is your struts.jar file in your Java Build Path under your Library tab? |
| Quote: |
|
Does this project build correctly if you rrebuild the entire thing? |
| Code: |
|
handlePageExcetion(java.lang.Exception) in javax.servlet.jsp.PageContext cannot be applied to (java.lang.Throwable): if(_jspx_page_context != null) _jspx_page_context.handlePageException(t); |