Hi just wondering has anyone seen this before. My code doesnt even compile when i use a choose, when, otherwise tag. i get a message like this:
_jspx_meth_c_if_22(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.reports.domainTrafficClassReport_jsp cannot be applied to (org.apache.taglibs.standard.tag.rt.core.IfTag,javax.servlet.jsp.PageContext)
Whats different about these tags and the c:if or c:foreach tags which are working fine for me.
Hi,
no difference between c:choose and c:if all the same
but according error message you got a problem with c:if
_jspx_meth_c_if_22(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.reports.domainTrafficClassReport_jsp cannot be applied to (org.apache.taglibs.standard.tag.rt.core.IfTag,javax.servlet.jsp.PageContext)