107108109110111112113114115116117
if (!processRoles(httpReq, httpRes, mapping)) { return; } ActionForm form = processActionForm(httpReq, httpRes, mapping); processPopulate(httpReq, httpRes, form, mapping); if (!processValidateAction(httpReq, httpRes, form, mapping)) { return; }