Re: initialize a DynaValidatorForm property

2006-12-19 Thread Laurie Harper
Pille wrote: And in the action mapping specify the name of the Form Bean that you are about to use. In this case the form bean that contains the List you'r going to initiate.. i tried all of this. when i spcified the name of DynaValidatorForm in the prepare-mapping i got an exception. but it wo

Re: initialize a DynaValidatorForm property

2006-12-18 Thread Pille
t; > Regards, > Mano > thank you regards philippe > > -Original Message- > From: Pille [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 19, 2006 5:12 AM > To: user@struts.apache.org > Subject: initialize a DynaValidatorForm property > > hi, > how ca

RE: initialize a DynaValidatorForm property

2006-12-18 Thread mano dasanayake
ssage- From: Pille [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 19, 2006 5:12 AM To: user@struts.apache.org Subject: initialize a DynaValidatorForm property hi, how can i initialize a property of type ArrayList in a DynaValidatorForm? i saw that i can do some simple initialization with the in

initialize a DynaValidatorForm property

2006-12-18 Thread Pille
hi, how can i initialize a property of type ArrayList in a DynaValidatorForm? i saw that i can do some simple initialization with the initial attribute in the form-peoperty tag in struts-config. at the moment i do some initialization in a prepare action that sets the attributes some combo boxes.