sometime we have face issue related to that bean property is not readable in Spring MVC or you may also call bean has invalid getter method. so our problem looks like below mentioned.This is an error which displays on your framework console. Problem- org.springframework.beans.NotReadablePropertyException: Invalid property 'loginId11111' of bean class [*.model.LoginForm]: Bean property 'loginId11111' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter? at org.springframework.beans.AbstractNestablePropertyAccessor. getPropertyValue(AbstractNestablePropertyAccessor.java:619) at org.springframework.beans.AbstractNestablePropertyAccessor. getPropertyValue(AbstractNestablePropertyAccessor.java:610) at org.springframework.validation.AbstractPropertyBindingResult. getActualFieldValue(AbstractPropertyBindingResult.java:99) at org.springframework.validation.AbstractBindingResult. getFieldValue(Abstr...
Open settings.json file and write below code ==> // Whether git is enabled. "git.enabled" : false , // Path and filename of the git executable, e.g. `C:\Program Files\Git\bin\git.exe` (Windows). "git.path" : null , // When enabled, commits will automatically be fetched from the default remote of the current Git repository. "git.autofetch" : false ,
Comments
Post a Comment