Menu

Demo WAR error on Resin 3.0

2007-03-25
2013-04-23
  • Matt Raible

    Matt Raible - 2007-03-25

    I tried to deploy the demo to Resin 3.0 and received the following error:

    customerList__jsp.java
    2007-03-25 11:27:21.366089500 [11:27:21.365] resin-file: init
    2007-03-25 11:27:31.575712500 [11:27:31.575] /pages/customer.jsp:1: org.xml.sax.SAXParseException: The value of attribute "suffix" associated with an element type "layout:checkBoxes" must not contain the '<' character.

    Any ideas?

    http://demo.raibledesigns.com/springlayout-demo/customer.html?e=1

    Thanks,

    Matt

     
    • adam

      adam - 2007-03-25

      Hi Matt,

      Thats interesting, I'll have to get Resin and take a further look at that.
      On line 65 of the customer.jsp the layout:checkBoxes tag contains the attribute suffix="<br/>" this works fine in Tomcat but obviously not in Resin. You can replace the <br/> with &nbsp; and the demo app will render fine (if slightly differently from the original). I will look further into this as that attribute is intended for passing html through.

      Cheers,

      Adam

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.