Date: 2004-05-26T05:23:06 Editor: IrfandhyFranciscus <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsBeginnerValidatorFramework URL: http://wiki.apache.org/struts/StrutsBeginnerValidatorFramework
no comment Change Log: ------------------------------------------------------------------------------ @@ -141,4 +141,4 @@ </form-validation> }}} -the depends attribute specify what validation rules that we should apply to the userName field on the input.jsp. Here we specify required, which mean eveytime the user forgot to key in something in the userName field. The validator framework will make a validation error. +the depends attribute specify what validation rules that we should apply to the userName field on the input.jsp. Here we specify required, which mean everytime the user forgot to key in something in the userName field, the validator framework will alert the user that they have not key in any value in the field. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
