|
From: Roberto C. <rob...@in...> - 2005-10-27 09:54:44
|
Is there any special reason why the following methods protected boolean isFormSubmission(HttpServletRequest request) protected boolean isFormChangeRequest(HttpServletRequest request) respectively in AbstractFormController and in SimpleFormController, do not throw Exception? Just using RequestUtils.getStringParameter requires a try catch block... /Roberto |