StandardUserForm

A standard implementation of the AbstractUserForm

Provide the same functionallity as DefaultUserForm, except that this form provide a separate user name that could be anything, not just the mail-address.

The form contains information about the user to create or update

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

StandardUserForm inherits properties from:

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

It has no properties of its own.