Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.clra.web
Class ValidateMemberPassword  view ValidateMemberPassword download ValidateMemberPassword.java

java.lang.Object
  extended bycom.clra.web.ValidateMember
      extended bycom.clra.web.ValidateMemberPassword

class ValidateMemberPassword
extends ValidateMember

Checks whether a password matches its confirmation value.

Version:
$Id: ValidateMemberPassword.java,v 1.3 2003/02/26 03:38:46 rphall Exp $

Field Summary
protected  MemberInfoForm form
          The form that is being validated
static java.lang.String PROPERTY_PASSWORD
           
 
Constructor Summary
(package private) ValidateMemberPassword(MemberInfoForm f)
           
 
Method Summary
(package private)  void validate(org.apache.struts.action.ActionErrors errors)
          Checks whether a password matches its confirmation value.
protected  void validateRequiredValue(java.lang.String PROPERTY, java.lang.String messageKey, java.lang.String value, org.apache.struts.action.ActionErrors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_PASSWORD

public static final java.lang.String PROPERTY_PASSWORD
See Also:
Constant Field Values

form

protected final MemberInfoForm form
The form that is being validated

Constructor Detail

ValidateMemberPassword

ValidateMemberPassword(MemberInfoForm f)
Method Detail

validate

void validate(org.apache.struts.action.ActionErrors errors)
Checks whether a password matches its confirmation value.

Specified by:
validate in class ValidateMember

validateRequiredValue

protected final void validateRequiredValue(java.lang.String PROPERTY,
                                           java.lang.String messageKey,
                                           java.lang.String value,
                                           org.apache.struts.action.ActionErrors errors)