Inside a {@link Form}, a series of row index numbers are stored into the form ( {@linkplain FormSupport#store(Object,ComponentAction) as ComponentActions}). This is not ideal ... in a situation where the data set can shift between the form render and the form submission, this can cause unexpected results, including applying changes to the wrong objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|