339340341342343344345346347348349
ActionErrors errors = new ActionErrors(); WebContext context = getContext(mapping,request, response); Activity activity = getActivity(mapping); validateInit(errors,context,activity); if (errors.empty()) {
298299300301302303304305306307308
ActionErrors errors = new ActionErrors(); WebContext context = getContext(mapping,request, response); Activity activity = getActivity(mapping); validateInit(errors,context,activity); if (errors.isEmpty()) {