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 indicator": > > http://cwiki.apache.org/WICKET/generic-busy-indicator-for-both-ajax-and-non-ajax-submits.html > > ** > Martin > > 2009/8/24 tubin gen <[email protected]>: >> I want to disable back and forward button , Is there a way to do this >> using >> wicket ? I donot want user to submit the same page twice so if user >> clicks >> on back button i would like to take him to home page, can I do this ? >> and can I tell wicket to add no cahce headers to all my pages using >> Application class ? >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/disable-back-button-tp25121020p25121529.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
