spring-loaded
spring-loaded copied to clipboard
javax.el.PropertyNotFoundException When i create new property in the bean
If I create a new property, lets call it email, while I running the tomcat, the portlet throws this:
javax.el.PropertyNotFoundException: /WEB-INF/views/view.xhtml @20,46 value="#{xBean.email}": Property 'email' not found on type com.x.x.xBean
it seems that the spring loaded doesn't support ValueExpression.
I'm doing something wrong or it's a bug?
I'm using jsf and liferay.