PDA

View Full Version : Duplicate form submission hadling in MultiActionController


navin.kare
Aug 8th, 2007, 05:55 PM
Hi,

We are using controller classes which are inherited from MultiActionController. Unlike AbstractFormController's handleInvalidSubmit I could not find a similar method in MultiActionController to handle duplicate submission. Is there any way other than using AbstractFormController for handling duplicate submission.

Thanks,

Navin

sami25
Aug 8th, 2007, 11:23 PM
Hi,
you can use the PRG (POST -REDIRECT- GET ) pattern as the first preventive step towards inadvertent submissions.