Ejemplo n.º 1
0
 /**
  * @see
  *     org.kuali.rice.kns.web.struts.action.KualiDocumentActionBase#reload(org.apache.struts.action.ActionMapping,
  *     org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest,
  *     javax.servlet.http.HttpServletResponse)
  */
 public ActionForward reload(
     ActionMapping mapping,
     ActionForm form,
     HttpServletRequest request,
     HttpServletResponse response)
     throws Exception {
   ProtocolFormBase protocolForm = (ProtocolFormBase) form;
   super.reload(mapping, form, request, response);
   protocolForm.getCustomDataHelper().prepareCustomData();
   return mapping.findForward("iacucCustomData");
 }