I was working with some of my form Action code today and was surprised to find that my form bean setters were being called after I had selected the "Cancel" button on my form. The button was generated via the "html:cancel" tag. It seems to me that if the form is cancelled, there would be no reason to populate the form bean. As the code currently exists (in 1.0), the validation is supressed when Cancel is invoked, but not the form population. I'm curious as to why this is the case. Thanks.
