public ActionForward execute(ActionMapping mapping,
ActionForm incomingForm, UserContainer user, HttpServletRequest request,
HttpServletResponse response) throws ServletException{
ValidationTestSuiteSelectForm form = (ValidationTestSuiteSelectForm) incomingForm;
String selectedTestSuite = form.getSelectedTestSuite();
String buttonAction = form.getButtonAction();
Locale locale = (Locale) request.getLocale();
MessageResources messages = servlet.getResources();
String edit = messages.getMessage(locale, "label.edit");
String delete = messages.getMessage(locale, "label.delete");