Hi
I have change tomcat 5.5.26 to 5.5.27 and i have following compilation error
message
Code :
org.apache.jasper.JasperException: /jsp/servlet24/supervisionv2.jsp(180,35)
Attribute value
((servlet24.PosteBean)context.getPoste("******")).getCodePoste()+"_appletc"
is quoted with " which must be escaped when used within the value
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.
java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407
)
Line is
<jsp:plugin type="applet" jreversion="1.4" code="dclock.LedClock.class"
archive="dclock.jar" height="36" width="166">
<jsp:params>
<jsp:param name="name" value="<%=
((servlet24.PosteBean)context.getPoste("******")).getCodePoste()+"_appletc"%
>" />
</jsp:params>
<jsp:fallback>
<p>Unable to load applet</p>
</jsp:fallback>
</jsp:plugin>
Could you help me ?
Regards
Philippe