RE: Scaffold BaseForm and Validator

2003-03-14 Thread Tony Tahbaz
ActionForm. I can just compile the source, but I thought I'd pass it on... -T. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 3:25 PM To: [EMAIL PROTECTED] Subject: re: Scaffold BaseForm and Validator Just be sure that the source your are

re: Scaffold BaseForm and Validator

2003-03-14 Thread Ted Husted
Just be sure that the source your are using is for Struts 1.1 and that it extends ValidatorForm. There have been versions of BaseForm posted for both Struts 1.0 and Struts 1.1. It should work just fine, so long as it extends the proper class. HTH, Ted. -- Ted Husted, Struts in Action

Scaffold BaseForm and Validator

2003-03-13 Thread Tony Tahbaz
Hi All, I'm wondering if there is a problem using ActionForms that extend the Scaffold BaseForm with the Commons Validator. I tried running the TypeForm example that comes with the Validator package, but instead changed the extended class from ValidatorForm to BaseForm. The example seems to wor