Re: disable back button

2009-08-24 Thread Martin Makundi
You can disable double sumit just by using a full-screen busy indicator: http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html ** Martin 2009/8/24 tubin gen fachh...@gmail.com: I want to disable back and forward button , Is there a way to do this using

Re: disable back button

2009-08-24 Thread fachhoch
what I mean by double submit is user submits a form goes to next page then uses the browsers back button to come back to the previous page and resubmits the same form i can avoid this If I can disbale back button MartinM wrote: You can disable double sumit just by using a full-screen busy

Re: disable back button

2009-08-24 Thread Martin Makundi
Ok.. did you have a look at these: http://www.nabble.com/Disabling-%27back%27-%27next%27-web-browser-button-usage-in-application-td20222949.html http://www.google.com/search?q=wicket+pagemap+remove+back+button ** Martin 2009/8/24 fachhoch fachh...@gmail.com: what I mean by double submit is

Re: disable back button

2009-08-24 Thread Edward Zarecor
There was a prior discussion about this: http://www.nabble.com/Double-submit-issue---disabling-HTML-submit-button-causes-form-posting-to-be-cancelled-td22698742.html Ed. On Mon, Aug 24, 2009 at 2:52 PM, fachhoch fachh...@gmail.com wrote: what I mean by double submit is user submits a form