ChangePasswordForm

A form that collects data needed when requesting a change of password

The form contains the old and new password

Struts config
<form-bean
  name="com.escenic.profile.presentation.struts.ChangePasswordForm"
  type="com.escenic.profile.presentation.struts.ChangePasswordForm"/>
Action Error

This form requires that both old and new password is set. If missing, the user should be notified.

no_Password

(On the password property.) The new password was not specified

no_Old_Password

(On the oldPassword property.) The old password was not specified

ChangePasswordForm inherits properties from:

  • com.escenic.profile.presentation.struts.AbstractForm

It also has the following properties of its own:

password
String

the new password of the user

oldPassword
String

the oldPassword of the user