Not really. People do use it that way, but it is really meant to be a
buffer for the input to a form. We need a place to store values so
that we can validate the input. After the input is validated, it is
usually transfered to a value object and that object is passed to the
business layer. Essentially, it's a data transfer object intended for
use on the web layer. You can collect input that might map to one or
more value objects.

The MailReader example demonstrates transfering data between business
objects and ActionForms.

HTH, Ted.

On 4/25/06, Raghuveer <[EMAIL PROTECTED]> wrote:
>
> Is Actionform a value Object in Struts.

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

Reply via email to