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.
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 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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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 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