Re: populating ActionFormBean-s

2008-02-22 Thread auz
urie Harper wrote: >>> auz wrote: >>>> hope some1 can help me out, i have a Struts ActionFormBean who has a >>>> complex >>>> type as an attribute (also ActionFormBean), the problem is i dont know >>>> how >>>> to populate it, tr

Re: populating ActionFormBean-s

2008-02-19 Thread Laurie Harper
Your Department class doesn't initialize its 'program' member when the no-arg constructor is called so when BeanUtils tries to fill in the data from the request, program will be null. I suspect that is your problem. Two things to try: 1) turn logging up to DEBUG for BeanUtils; that should show

Re: populating ActionFormBean-s

2008-02-18 Thread auz
a problem in the additional log messages. > > L. > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in cont

Re: populating ActionFormBean-s

2008-02-18 Thread Laurie Harper
auz wrote: hope some1 can help me out, i have a Struts ActionFormBean who has a complex type as an attribute (also ActionFormBean), the problem is i dont know how to populate it, tryed everything. i presume i have to extend RequestProcessor's populateProcess method or something like that, can an

populating ActionFormBean-s

2008-02-16 Thread auz
ulate exception tnx i know this can be done, just dunno how, some code would also be apritiated -- View this message in context: http://www.nabble.com/populating-ActionFormBean-s-tp15518640p15518640.html Sent from the Struts -