I have a project that use JSF 2.1 and PrimeFaces. I tried to use a simple <h:outputText>
referencing #{myBean.matriz}
and I got this error:
SEVERE: javax.el.PropertyNotFoundException: ... value="#{myBean.matriz}": Missing Resource in EL implementation: ???propertyNotReadable???
The getter is: isMatriz()
. Should it be getMatriz()
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…