DeleteProfileForm

A form contains the name of a profile which is to be deleted

The properties describes below are all settable from the html form in the jsp page.

The form contains information about the profile to delete

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

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

no_title

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

DeleteProfileForm inherits properties from:

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

It has no properties of its own.