根据inputHidden字段的值,某些功能应该在Javascript端执行。
<h:inputHidden id="onlyCaseSensitive" value="#{testBean.isPageAllowed()}"/> 执行javascript后,应用程序将抛出错误属性not qritable非法语法for Set Operation
发布于 2013-01-17 04:18:03
你的h:inputHidde的值应该指向带有getter和setter的backing的属性。因此,当您提交页面时,可能在访问setter字段时出现问题。
https://stackoverflow.com/questions/14366926
复制相似问题