I'm using spring-web-flow + spring mvc. Within my spring web flow when a validation error occurs I go back to the page on which it occurred as is the default in spring web flow.

The issue I'm having is that on the page on which the error occurs a user can add/remove rows in which there are input fields which are bound. (just using some javascript to add fieldname[X]). When I submit the added fields are correctly bound, however when I land back on the page due to a validation error, remove the row using jquery remove() and then submit again the removed row(s) are still on the request object?

link|improve this question

70% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.