DefaultUserForm

A default implementation of the AbstractUserForm

Defines that the email should be used as the username of the user

The form contains information about the user to create or update

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

DefaultUserForm inherits properties from:

  • com.escenic.profile.presentation.struts.AbstractUserForm

It has no properties of its own.