April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Handling Forms
nSet the Command (just a bean)
nSet a Validator if needed (extend org.springframework.validation.Validator)
nSet destination views (form, success, failure, error)
nBy default, uses GET/POST to determine whether it needs to load the form or process it
n