PasswordForm

A form that collects user data needed when requesting a new password

The form contains the userName of the user requesting a new password.

When a new password is created, the password will be available in the password-property of the form.

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

This form requires that userName is set. If missing, the user should be notified.

no_userName

(On the userName property.) The userName was not specified

PasswordForm 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

userName
String

the username of the user