I am trying to bind a collection of values to Spring form but I get the following error. I tried to do it with LazyList but still the same issue. Any pointer to the correct article which can help me get started?
javax.servlet.ServletException: org.springframework.beans.InvalidPropertyException : Invalid property 'parameters[0]' of bean class [beans.Input]: Index of out of bounds in property path 'parameters[0]'; nested exception is java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
I understand that !! but I am not able to figure out. I tried to debug but I do not want to go under the covers into Spring framework.
Hong Anderson
Ranch Hand
Joined: Jul 05, 2005
Posts: 1936
posted
0
Vyas Sanzgiri wrote:I understand that !! but I am not able to figure out. I tried to debug but I do not want to go under the covers into Spring framework.
When you debug, you're supposed to debug in Spring Framework code to see what actually happens.