public class ValidationTestSelectAction extends ConfigAction {
public ActionForward execute(ActionMapping mapping,
ActionForm incomingForm, UserContainer user, HttpServletRequest request,
HttpServletResponse response) throws ServletException {
ValidationTestSelectForm form = (ValidationTestSelectForm) incomingForm;
String selectedTest = form.getSelectedTest();
String buttonAction = form.getButtonAction();
Locale locale = (Locale) request.getLocale();
MessageResources messages = servlet.getResources();
String edit = messages.getMessage(locale, "label.edit");