Based on my rudimentary knowledge, you can do the folling,
BeanUtils.copyProperties(urBusinessObject,form);
in that way you'll be copying data from your ActionForm right into the
business Object in a very convenient manner.
I am also a junior developer still learning.
On 3/16/06, Oshima Tlholoe <
Based on my rudimentary knowledge, you can do the folling,
BeanUtils.copy(form,urBusinessObject);
in that way you'll be copying data from your ActionForm right into the
business Object in a very convenient manner.
I am also a junior developer still learning.
On 3/16/06, Deva Pitchai(NatureSoft) <
cht-
> Von: "Struts Users Mailing List"
> Gesendet: 16.03.06 10:08:14
> An: Struts Users Mailing List
> Betreff: [Transfer data from Form to business bean]
> hi all
>
> can anybody tell me which is the best way to transfer data from a form
> bean to business o
hi all
can anybody tell me which is the best way to transfer data from a form
bean to business object?
A formbean can be used as business object?
If no, what is the other way to transfer the data easily from a form to
business object
THanks
--
Regards,
Deva.
4 matches
Mail list logo