Hi,

Using AjaxSubmitLink I have added to the list view new empty item/row.
Now when I insert data and then I want to save it in db by Save button I 
receive below exception.
Have you maybe any suggestions?
I will add that Save button works great saving changes that have been 
done on existing rows (not new one) already.
The problem concerns only this new row added by AjaxSubmitLink.

BR
Rafal Laczek


WicketMessage: Method onFormSubmitted of interface 
org.apache.wicket.markup.html.form.IFormSubmitListener targeted at 
component [MarkupContainer [Component id = form]] threw an exception
Root cause:
java.lang.IndexOutOfBoundsException: Index: 15, Size: 15
     at java.util.ArrayList.RangeCheck(ArrayList.java:547)
     at java.util.ArrayList.get(ArrayList.java:322)


-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to