Re: [Transfer data from Form to business bean]

2006-03-16 Thread Oshima Tlholoe
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 <

Re: [Transfer data from Form to business bean]

2006-03-16 Thread 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) <

Re: [Transfer data from Form to business bean]

2006-03-16 Thread Thomas Darimont
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

[Transfer data from Form to business bean]

2006-03-16 Thread Deva Pitchai(NatureSoft)
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.