Friday, February 13, 2009

Preventing double submission..

Problem with web app is that, it is not as responsive as desktops (except google apps!), so when you submit the form, some user tend to click the submit button twice, doubting whether they clicked it properly the first time. This causes double submission, which is serious problem in e-com apps..

This page, show how this can be avoided using struts 2 framework! worth the read..

No comments: