27282930313233
// Invoked initially to create the "form" attribute // Once created the "form" attribute comes from the HTTP session (see @SessionAttributes) @ModelAttribute("policyForm") public PolicyForm getPolicyForm() { return new PolicyForm(); }