PDA

View Full Version : Duplicate forum submission



tareq
Sep 2nd, 2004, 05:34 PM
Hi everyone,
What is the proper way to handle duplicate forum submissions with SimpleFormController ?
Thanks in advance.

dmiller
Sep 2nd, 2004, 11:05 PM
The handleInvalidSubmit (http://www.springframework.org/docs/api/org/springframework/web/servlet/mvc/AbstractFormController.html#handleInvalidSubmit(ja vax.servlet.http.HttpServletRequest,%20javax.servl et.http.HttpServletResponse)) method of AbstractFormController (http://www.springframework.org/docs/api/org/springframework/web/servlet/mvc/AbstractFormController.html) is probably what you're looking for.