JSTL Error: Unable to find a value for property in object of class using operator “.”

September 30th, 2009

Problem: You get this error while trying to access a property of an object in JSTL but you are absolutely sure that the property is present in the Class.
Solution: It is likely that the culprit is your getter method for the property or the way you are trying to access it in JSTL .

Sponsors