RE: DynaValidatorFom with checkbox properties

2004-04-02 Thread Robert Taylor
config in the wrong directory. > Please do not tell anybody of my stupid fault. > > And most of all: Thank you ver much, now everthing works fine. > > regards > Wolfgang > > > > > > >>-Original Message- > >>From: Robert Tayl

Re: DynaValidatorFom with checkbox properties

2004-04-02 Thread Johannes Wolfgang Woger
Wolfgang -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 3:18 PM To: Struts Users Mailing List Subject: RE: DynaValidatorFom with checkbox properties The exception indicates that you have not defined a property named "rrole" in y

RE: DynaValidatorFom with checkbox properties

2004-04-02 Thread Robert Taylor
April 02, 2004 3:18 PM > To: Struts Users Mailing List > Subject: RE: DynaValidatorFom with checkbox properties > > > The exception indicates that you have not defined a property named "rrole" in your > form. > > What does your form-bean declarat

RE: DynaValidatorFom with checkbox properties

2004-04-02 Thread Robert Taylor
passed to the action does not have the "rrole" property defined. I apologize if I missed something obvious. robert > -Original Message- > From: Takhar, Sandeep [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 2:54 PM > To: Struts Users Mailing List > Subject

RE: DynaValidatorFom with checkbox properties

2004-04-02 Thread Robert Taylor
April 02, 2004 2:42 PM > To: Struts Users Mailing List > Subject: Re: DynaValidatorFom with checkbox properties > > > > > Robert Taylor wrote: > > >>employee. How shall I configure > >>the DynaValidatorForm in my

Re: DynaValidatorFom with checkbox properties

2004-04-02 Thread Johannes Wolfgang Woger
[mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 2:42 PM To: Struts Users Mailing List Subject: Re: DynaValidatorFom with checkbox properties Robert Taylor wrote: employee. How shall I configure the DynaValidatorForm in my strus_config to take a unknown number of checkbox values

RE: DynaValidatorFom with checkbox properties

2004-04-02 Thread Takhar, Sandeep
PM To: Struts Users Mailing List Subject: Re: DynaValidatorFom with checkbox properties Robert Taylor wrote: >>employee. How shall I configure >>the DynaValidatorForm in my strus_config to take a unknown number of >>checkbox values? >> >> > >

Re: DynaValidatorFom with checkbox properties

2004-04-02 Thread Johannes Wolfgang Woger
ok what the DVForm realy loaded, how I will put these values into the database is an other story. Thank you very much. Wolfgang robert -Original Message- From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 12:48 PM To: [EMAIL PROTECTED] Subject: DynaV

RE: DynaValidatorFom with checkbox properties

2004-04-02 Thread Robert Taylor
ring[])form.get("rrole); You might try using robert > -Original Message- > From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 12:48 PM > To: [EMAIL PROTECTED] > Subject: DynaValidatorFom with checkbox properties > > >

RE: DynaValidatorFom with checkbox properties

2004-04-02 Thread Wendy Smoak
> From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] > I have a checkbox, where do not know in adwance how many > properties to be checked I will have this is why I use forEach. Me, too. :) The DVForm property is a String[], and the JSP looks like: -- Wendy Smoak

DynaValidatorFom with checkbox properties

2004-04-02 Thread Johannes Wolfgang Woger
Hi, I have a checkbox, where do not know in adwance how many properties to be checked I will have this is why I use forEach. I am using a DynaValidatorForm which takes some attibutes for an employee. How shall I configure the DynaValidatorForm in my strus_config to take a unknown number of check