What's the recommended way to pass back errors to the form object from an Action handle. The documentation says:
If validation is not complete, validate the form bean properties as needed. If a problem is found, store the appropriate error message keys as a request attribute, and forward control back to the input form so that the errors can be corrected. How is this done? How do you actually "store the appropriate error message keys"?

