lngrhns
04/18/2016, 8:31 PMBean property 'rating' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?
and assume that's because the generated getter and setter names don't follow the getRating / setRating
naming scheme?