What is <spring:bind> for? When to use it, and when not to use it?

Viewed 20472

I am having problems with submitting form data in spring. <spring:bind> seems to be a part of the solution. See my full problem here.

The documentation of BindTag found here is not clear to me. Why is <spring:bind> needed in some cases to submit data, while it is not needed in most cases?

What are the typical cases where the <spring:bind> must be used in order for a form to function properly?

2 Answers
Related