Can anyone tell me how to properly define a simple...
# spring
l
Can anyone tell me how to properly define a simple form backing class? I keep getting
Bean 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?