Re: ActionForm vs. ActionFormBean

2001-04-18 Thread Martin Cooper

The ActionForm class is the base class from which your form bean classes
should be derived. The ActionFormBean class is used internally by the Struts
controller, and is very rarely used in Struts applications.

--
Martin Cooper


- Original Message -
From: "Will Spies/Towers Perrin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 03, 2001 5:35 AM
Subject: ActionForm vs. ActionFormBean


>
>
> I would like to supply a new class for my Forms. When I look at the view
> documentation and the example, I see that it uses an 'ActionForm' class.
> However, when I look at the controller documentation it refers to an
> 'ActionFormBean' class. When I go and look at the struts source I find
both
> of these classes. Which one is it? What's the difference?
>
>
>
>
>





ActionForm vs. ActionFormBean

2001-04-03 Thread Will Spies/Towers Perrin



I would like to supply a new class for my Forms. When I look at the view
documentation and the example, I see that it uses an 'ActionForm' class.
However, when I look at the controller documentation it refers to an
'ActionFormBean' class. When I go and look at the struts source I find both
of these classes. Which one is it? What's the difference?