hello,
ActionForm is tightly coupled with the form elements on the jsp
page.ActionForms helps us to get data to & from a jsp page.
if u don't have any form elements(html elements) there is no
mandatory to use ActionForm and u can use a ValueObject to populate the
request data(if any) and then pass on to service layer
-- nagi
-------Original Message-------
Date: Friday, August
01, 2003 10:38:31 AM
Subject: Direct
ValueObject creation rather than ActionForm.
I have a idea here. Why we require ActionForm class if we can have ValueObject and that we can pass to the service
layer.
Can we create the
instance of ValueObject class only rather than
ActionForm instance from the request
data?
Thanks
|