Описание тега propertynotfoundexception
NoneJavax.el.PropertyNotFoundException is thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
http://docs.oracle.com/javaee/7/api/javax/el/PropertyNotFoundException.html is thrown when a property could not be found while evaluating a ValueExpression or MethodExpression.
For example, this could be triggered by an index out of bounds while setting an array value, or by an unreadable property while getting the value of a JavaBeans property.