* @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