Help coderanch get a
new server
by contributing to the fundraiser

Sreedhar Busanelli

Greenhorn
+ Follow
since Jul 17, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sreedhar Busanelli

Bye the way I forgot to tell you , I have
jakarta-struts-1.1-rc2 version on my machine.
21 years ago
Go thru this chapter, you should get answers to all your questions.
http://www.bkbear.com/Chapter17.pdf
21 years ago
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 ]
21 years ago