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 <[EMAIL PROTECTED]> wrote:
>
> 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) <[EMAIL PROTECTED]> wrote:
> >
> > 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.
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Regards
> Name : Oshima Tlholoe
> Cell No: +2773 342 4393
> Tel No : +2712 350 1282(w)
> E-mail : [EMAIL PROTECTED]
> simplicity is the ultimate sophistication
>



--
Regards
Name : Oshima Tlholoe
Cell No: +2773 342 4393
Tel No : +2712 350 1282(w)
E-mail : [EMAIL PROTECTED]
simplicity is the ultimate sophistication

Reply via email to