RE: Server-side form validation - anything in STRUTS?

2001-06-14 Thread chris . chang
Hi Dave, Try this http://home.earthlink.net/~dwinterfeldt/ Struts Validator - Validation Framework for Struts Hope this can help 8) -Original Message- From: Dave Small [mailto:[EMAIL PROTECTED]] Sent: June 14, 2001 5:51 AM To: [EMAIL PROTECTED] Subject: RE: Server-side form validation

Re: Server-side form validation - anything in STRUTS?

2001-06-14 Thread Ted Husted
More support for implementing validations is on the list for the 1.1 timeframe. The leading contender here is David Winterfeldt's extension. Highly recommended. < http://home.earthlink.net/~dwinterfeldt/ > The most popular pattern is to perform "domain" validations in the ActionForm to ensure

RE: Server-side form validation - anything in STRUTS?

2001-06-14 Thread Dave Small
> -Original Message- > From: Kyle Brown [mailto:[EMAIL PROTECTED]] > Sent: 14 June 2001 12:24 Hi Kyle, Thanks for this response. > Have you read any of the Struts documentation? If you mean the User Guide on the STRUTS site, yes I have. But it doesn't include much of a 'discussion' on

Re: Server-side form validation - anything in STRUTS?

2001-06-14 Thread Chuck Amadi
Well i have got 2 admit very sourcful easily digestible site by far any better mail it. This site also addressed my dilemma to use javascript (client - side ) validation as opposed to jsp ( server -  side ) validation. I will try both for knowledge albiet jsp has got my vote . Cheers got 2 go tim

RE: Server-side form validation - anything in STRUTS?

2001-06-14 Thread Lacerda, Wellington (AFIS)
Have you checked the developer guide for the ActionForm class? This is the most basic Struts scenario. In Struts, form data is represented by an ActionForm bean that can implement a validate method to perform form data validation on the Server. This process is driven by the user input (for instan

Re: Server-side form validation - anything in STRUTS?

2001-06-14 Thread Kyle Brown
Uhhh.yes. Have you read any of the Struts documentation? It talks at length about this. Also, you could go to my article on the VisualAge developer's domain about why you want to use Struts (http://www7.software.ibm.com/vad.nsf/data/document2557?OpenDocument&p=1&BCT=1&Footer=1), where I li