java.lang.Object
org.apache.struts.action.Action
com.RuntimeCollective.webapps.action.NewUserEmailAction
- public class NewUserEmailAction
- extends org.apache.struts.action.Action
Simple get the email from the form, and set it on the request for the next JSP.
- Version:
- $Id: NewUserEmailAction.java,v 1.3 2003/09/30 15:13:08 joe Exp $
| Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewUserEmailAction
public NewUserEmailAction()
perform
public org.apache.struts.action.ActionForward perform(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Simple get the email from the form, and set it on the request for the next JSP.