RE: DynaValidatorForm problem

2005-08-04 Thread Amol Yadwadkar
Hi List, I got my mistake it was the wrong package given for the Class DynaValidatorForm Amol -Original Message- From: Amol Yadwadkar [mailto:[EMAIL PROTECTED] Sent: Friday, August 05, 2005 11:13 AM To: user@struts.apache.org Subject: DynaValidatorForm problem Hello List, I am

DynaValidatorForm problem

2005-08-04 Thread Amol Yadwadkar
Hello List, I am using the DynaValidatorForm but at the initialization it gives these errors Snippet of struts-config.xml :

RE: DynaValidatorForm Problem

2004-05-11 Thread Marco Mistroni
Sent: 02 May 2004 12:49 To: [EMAIL PROTECTED] Subject: DynaValidatorForm Problem Hi everybody, I got a problem accessing a DynaValidator's attribute through a scriptlet. Here is the codesnippet: While "kosten" is the bean's attribute and "ticketForm" is the Dyn

DynaValidatorForm Problem

2004-05-02 Thread Marc Tinnemeyer
Hi everybody, I got a problem accessing a DynaValidator's attribute through a scriptlet. Here is the codesnippet: <% String kosten = PropertyUtils.getSimpleProperty( ticketForm, "kosten") .toString(); %> While "kosten" is the bean's attribute and "ticketForm" is the DynaValidatorForm itself.