From: Luca C. <lcl...@uc...> - 2009-03-28 18:01:37
|
Jerome wrote: > Hi all > I've just install the opal version 2 on a tomcat 5.5.27. The instalation > process "ant install" run correct. To do the first try, i've decide to > install the cat service. the deployment process run well to, and the > list of application in my server show me the Cat . But when i click on > the link, i get back a error: > > javax.servlet.ServletException: > /opalGUI-jsp/DisplaySimpleForm.jsp(88,64) Attribute value "files[" + > index + "]" is quoted with " which must be escaped when used within the > value > org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:286) > org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913) > > .../... > > > Have i do something wrong? > He Jerome, are you running tomcat version greater than 5.5.26? I know what the problem is. I will do a fix on Monday for that. For the moment either you move to a tomcat version lower or equal 5.5.26, or later on Monday I can provide you with a bug fix for that problem. Sincerely, Luca PS that's the problem you are seeing: http://www.nabble.com/TC-5.5.27-upgrade-JSP-tag-attribute-quoting-td19986031.html |