在将JSF应用程序从WebSphere 6.1迁移到WebSphere 8.5.5时,我们面临以下异常。
<00> 0000009b webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E:[Servlet Error] - [/ content / provinceStatHolidayContent.jsp]:com.ibm.ws.jsp.translator.JspTranslationException:JSPG0227E:异常被捕获在翻译xxx.jsp时: JSPG0301E:无效的属性valueChangeListener,用于返回void的延迟方法。
答案 0 :(得分:0)
关注片段后,jsp页面解决了这个问题。
<%@ page isELIgnored="false" deferredSyntaxAllowedAsLiteral="false"%>