Examples of unconditionalReset()


Examples of evolaris.mgbl.gs.web.form.CriteriaSelectForm.unconditionalReset()

   * @see org.apache.struts.action.Action#execute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
   */
  @SuppressWarnings("unchecked")
  public ActionForward newSelect(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse resp) {
    CriteriaSelectForm f = (CriteriaSelectForm)form;
    f.unconditionalReset(mapping, req)// clear selections in session scoped form
    return select(mapping,form,req,resp);
  }

  /**
   * This method is used to forward to the previous page
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.