Porque desse erro?
org.apache.struts cannot be resolved to a type
private boolean _jspx_meth_html_html_0(PageContext _jspx_page_context)
throws Throwable {
PageContext pageContext = _jspx_page_context;
JspWriter out = _jspx_page_context.getOut();
// html:html
org.apache.struts.taglib.html.HtmlTag _jspx_th_html_html_0 = (org.apache.struts.taglib.html.HtmlTag) _jspx_tagPool_html_html_locale.get(org.apache.struts.taglib.html.HtmlTag.class);
_jspx_th_html_html_0.setPageContext(_jspx_page_context);
_jspx_th_html_html_0.setParent(null);
_jspx_th_html_html_0.setLocale(true);
int _jspx_eval_html_html_0 = _jspx_th_html_html_0.doStartTag();
if (_jspx_eval_html_html_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) {
do {
out.write("\r\n");
out.write("<head>\r\n");
out.write("<title>");
if (_jspx_meth_bean_message_0(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("</title>\r\n");
if (_jspx_meth_html_base_0(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("</head>\r\n");
out.write("<body bgcolor=\"white\">\r\n");
out.write("\r\n");
if (_jspx_meth_logic_notPresent_0(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("\r\n");
out.write("\r\n");
out.write("<h3>");
if (_jspx_meth_bean_message_1(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("</h3>\r\n");
out.write("<p>");
if (_jspx_meth_bean_message_2(_jspx_th_html_html_0, _jspx_page_context))
return true;
out.write("</p>\r\n");
out.write("\r\n");
out.write("</body>\r\n");
int evalDoAfterBody = _jspx_th_html_html_0.doAfterBody();
if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN)
break;
} while (true);
}
if (_jspx_th_html_html_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) {
_jspx_tagPool_html_html_locale.reuse(_jspx_th_html_html_0);
return true;
}
_jspx_tagPool_html_html_locale.reuse(_jspx_th_html_html_0);
return false;
}