FileDocCategorySizeDatePackage
SignonAction.javaAPI DocJBoss 4.2.11242Fri Jul 13 20:56:06 BST 2007xpetstore.web.struts.action.signon

SignonAction

public class SignonAction extends xpetstore.web.struts.action.BaseAction
author
Herve Tchepannou
struts.action
name="signonForm" path="/signon" scope="request" validate="false"
struts.action-forward
name="success" path="/signon.jsp"

Fields Summary
Constructors Summary
Methods Summary
protected org.apache.struts.action.ActionForwarddoExecute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)

see
xpetstore.web.struts.action.BaseAction#doExecute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)

        return mapping.findForward( SUCCESS );