Hi all,
org.springframework.web.util.NestedServletExceptio n: Request processing failed; nested exception is org.springframework.beans.NotReadablePropertyExcep tion: Invalid property 'finalSchedule[0]' of bean class [com.aoit.scheduling.domain.form.AddScheduleBacking Object]: Bean property 'finalSchedule[0]' 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.web.servlet.FrameworkServlet.p rocessRequest(FrameworkServlet.java:488)
at org.springframework.web.servlet.FrameworkServlet.d oPost(FrameworkServlet.java:441)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:853)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:260)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext
Please anyone tell me the cause of this error. I am unable to debug.
Thanks in advance.
org.springframework.web.util.NestedServletExceptio n: Request processing failed; nested exception is org.springframework.beans.NotReadablePropertyExcep tion: Invalid property 'finalSchedule[0]' of bean class [com.aoit.scheduling.domain.form.AddScheduleBacking Object]: Bean property 'finalSchedule[0]' 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.web.servlet.FrameworkServlet.p rocessRequest(FrameworkServlet.java:488)
at org.springframework.web.servlet.FrameworkServlet.d oPost(FrameworkServlet.java:441)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:853)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:247)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:260)
at org.apache.catalina.core.StandardPipeline$Standard PipelineValveContext.invokeNext
Please anyone tell me the cause of this error. I am unable to debug.
Thanks in advance.
Comment