* javax.servlet.http.HttpServletResponse)
*/
protected ActionForward process(ActionMapping mapping, ActionForm form,
HttpServletRequest request, HttpServletResponse response)
throws JGossipException {
SearchLogForm slForm = (SearchLogForm) form;
LogSearchCriteria criteria = slForm.getSearchCriteria();
request.getSession().setAttribute(IConst.SESSION.SEARCH_CRITERIA_LOG,
criteria);
return (mapping.findForward(IConst.TOKEN.PAGE));
}