Re: [Wicket-user] Controlling back button of client

2007-03-21 Thread Johan Compagner
do everything in ajax.. then the url stays the same and you don't have a backbutton .. johan On 3/21/07, Konstantinos Lazouras <[EMAIL PROTECTED]> wrote: Hi, some pages of our application have a back button (i.e. a button where we do stuff at onClick() and then do this.setResponsePage(somePa

Re: [Wicket-user] Controlling back button of client

2007-03-21 Thread Matej Knopp
This is not really wicket related. You need a javascript library that alows you to do that, however, the solutions are never 100% anyway. -Matej On 3/21/07, Konstantinos Lazouras <[EMAIL PROTECTED]> wrote: > > Hi, > > some pages of our application have a back button (i.e. a button where we do > s

[Wicket-user] Controlling back button of client

2007-03-21 Thread Konstantinos Lazouras
Hi, some pages of our application have a back button (i.e. a button where we do stuff at onClick() and then do this.setResponsePage(somePage.class);). I want to execute the same code when the user clicks the back button of the browser. Furthermore, I want to be able to disable the browser's but