Dave Newton wrote:
The action that *processes* the form submission may
extend ActionSupport.

Yup. Note that it's commonly not just "form processing actions" that extend ActionSupport, it's often all actions.

Dave knows that, of course, but I didn't want the emphasis on "*processes*" above to make you think ActionSupport was only appropriate for form processing actions.

Your beans do *not* extend ActionSupport. They're typically referenced within the action as a standard property and getters/setters for that property. That way your form/views have access to the bean's properties through a variety of view/form techniques.

- Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to