• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Moving from Tomcat to Resin JSTL Problem

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wish I could help you with your problem.....but we are migrating from Resin to Tomcat.

Tom
 
I am displeased. You are no longer allowed to read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic