Re: RequestUtils.populate ( BeanUtils.populate)

2002-04-05 Thread Peter Pilgrim
:Re: RequestUtils.populate ( BeanUtils.populate) Peter == Peter Pilgrim [EMAIL PROTECTED] writes: Peter In Struts 1.1 Peter RequestUtils.populate ( BeanUtils.populate) does not seem to be populate Peter my action forms which explicityly have a mapped attributes. Peter I defined

Re: RequestUtils.populate ( BeanUtils.populate)

2002-04-05 Thread Peter Pilgrim
: [EMAIL PROTECTED] (David M. Karr) on 04/04/2002 13:34 PST Please respond to Struts Users Mailing List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: RequestUtils.populate ( BeanUtils.populate) Peter == Peter Pilgrim [EMAIL PROTECTED] writes: Peter In Struts 1.1 Peter

Re: RequestUtils.populate ( BeanUtils.populate) [SOLVED]

2002-04-05 Thread Peter Pilgrim
From: Peter Pilgrim/DMGIT/DMG UK/DeuBa@DMG UK on 05/04/2002 10:16 CET Please respond to Struts Users Mailing List [EMAIL PROTECTED] To:Struts Users Mailing List [EMAIL PROTECTED] cc: Subject:Re: RequestUtils.populate ( BeanUtils.populate) Hi

RequestUtils.populate ( BeanUtils.populate)

2002-04-04 Thread Peter Pilgrim
In Struts 1.1 RequestUtils.populate ( BeanUtils.populate) does not seem to be populate my action forms which explicityly have a mapped attributes. I defined a bean like this public class DerivativesForm extends ActionForm { ... private Map mapItems = new TreeMap(); // Associate

Re: RequestUtils.populate ( BeanUtils.populate)

2002-04-04 Thread David M. Karr
Peter == Peter Pilgrim [EMAIL PROTECTED] writes: Peter In Struts 1.1 Peter RequestUtils.populate ( BeanUtils.populate) does not seem to be populate Peter my action forms which explicityly have a mapped attributes. Peter I defined a bean like this Peterpublic CcyItem