Date: 2004-05-26T05:43:13 Editor: JamesMitchell <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsBeginnerValidatorFramework URL: http://wiki.apache.org/struts/StrutsBeginnerValidatorFramework
no comment Change Log: ------------------------------------------------------------------------------ @@ -20,8 +20,8 @@ The Validator Plugin allows us to take advantage of that library in a Struts-familiar way. There are 2 different ways to use the validator in Struts. Form-based validation and Action-based validation. The differences are explained in detail in the users guide, but we'll give a quick summary here. -* Form-based validation is validation that gets applied to a particular form name. You can have different validations on the same form, if you specify a different name. -* Action-based validation is validation that gets applied for a specific path (such as "/createCustomer.do"). + * Form-based validation is validation that gets applied to a particular form name. You can have different validations on the same form, if you specify a different name. + * Action-based validation is validation that gets applied for a specific path (such as "/createCustomer.do"). Here are some necessary step before we can begin using the struts validation framework with "form-based" validation (as described above). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
