| Author |
Moving from Tomcat to Resin JSTL Problem
|
Gary Moncrief
Greenhorn
Joined: Jul 09, 2002
Posts: 10
|
|
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?
|
 |
Tom Pridham
Ranch Hand
Joined: Feb 06, 2001
Posts: 92
|
|
I wish I could help you with your problem.....but we are migrating from Resin to Tomcat. Tom
|
 |
 |
|
|
subject: Moving from Tomcat to Resin JSTL Problem
|
|
|