I am getting the following error:
/summary.jsp:1: com.caucho.xml.XmlParseException: stream:229: attribute `none' expects value at `"'. XML requires attributes to have explicit values.
This is the line of code on the
jsp:
<c:if test='${groupRow.Filter1 != null && groupRow.Filter1 != "none" && groupRow.Filter1 != ""}'>
<PI:Filter tag="${groupRow.Filter1}" lowerLimit="${groupRow.Filter1LowerLimit}" upperLimit="${groupRow.Filter1UpperLimit}" />
</c:if>
Works great in
tomcat, not in resin, whats the problem?