Re: populating ActionFormBean-s

2008-02-22 Thread auz
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/populating-ActionFormBean-s-tp15518640p15641637.html Sent from the Struts - User mailing list archive at Nabble.com

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

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

Re: populating ActionFormBean-s

2008-02-18 Thread auz
/populating-ActionFormBean-s-tp15518640p15548570.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

populating ActionFormBean-s

2008-02-16 Thread auz
, 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 - User mailing list archive at Nabble.com