org.davesag.generica.servlet.form
Class UserProfileForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.action.DynaActionForm
org.apache.struts.validator.DynaValidatorForm
org.davesag.generica.servlet.form.GenericForm
org.davesag.generica.servlet.form.UserProfileForm
- All Implemented Interfaces:
- DynaBean, Serializable
- public class UserProfileForm
- extends GenericForm
The GenericForm is used as a general purpose data carrier that
passes off the actual work of form population to a
FormController specified in the ActionMapping parameter.
The ActionMapping parameter must contain params
pipe= somepipename;form-controller= eg.classname
- Since:
- Generica 1.0
- Version:
- CVS Revision $Id: UserProfileForm.java,v 1.11 2004/03/30 13:00:42 davesag Exp $
- Author:
- Dave Sag
http://www.davesag.com
- See Also:
- Serialized Form
| Methods inherited from class org.apache.struts.action.DynaActionForm |
contains, get, get, get, getDynaClass, getDynaProperty, getMap, initialize, isDynaAssignable, remove, reset, set, set, set, toString |
UserProfileForm
public UserProfileForm()
validate
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request)
- checks that password has been reset if the user's password has been
invalidated.
- Parameters:
mapping - - used to get the active pipe.request - - used to access the password form values.
- Returns:
- action errors if any.
Dave Sag Generica API version 0.5.9 - (prerelease) Copyright © 2003 - 2004 Dave Sag.