0

I have a problem when running my JSP. The JSP is sending data to a servlet through a form. I use the tomcat8.5 server for my web projects in Netbeans 8.2. In this project, I'm trying to work with the request scope. Does not show any errors on the code but when compiling appears the error:

Error

org.apache.taglibs.standard.tag.rt.core.IfTag _jspx_th_c_if_0 = (org.apache.taglibs.standard.tag.rt.core.IfTag) _jspx_tagPool_c_if_test.get(org.apache.taglibs.standard.tag.rt.core.IfTag.class);

Haven´t been able to find information about the error yet. All I can find is about JSTL but I´m not using that in this project. I need to find a reason for it and a solution.

4

0 回答 0