spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

javax.el.PropertyNotFoundException When i create new property in the bean

Open andorep opened this issue 8 years ago • 0 comments

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.

andorep avatar Jan 22 '17 01:01 andorep