Hi,
I am trying to convert a Registration form that I got with the struts-validator.war to a Dynaform and validate it.
I need to know how do I specify the type in the struts-config.xml
under the tag <form-property> if the type is a java class.
I tried giving the complete name of the class. It didn't work.
Ex:
<form-property name="cityStateZip.city" type="org.apache.struts.webapp.validator.CityStateZip"/>
Any brain waves will be appreciated.
[ July 17, 2003: Message edited by: Sreedhar Busanelli ]