Re: Clearing Cache after Logout

2010-03-03 Thread wil2008
Yes that was browser behaviour. But the http protocol has some degree of control on this at least. And Wicket is flexible enough to take advantage of that! I added this to my main page. After logout, clicking the back button makes the browser (ff 3.5) show the login page but not the main page :)

Re: Clicking "add to cart" repeatedly

2008-08-31 Thread wil2008
equestCycleProcessor.resolve(WebRequestCycleProcessor.java:139) > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1229) > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1349) > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > at > org.apache.w

Clicking "add to cart" repeatedly

2008-08-30 Thread wil2008
I am new to Wicket (but not new to HTML, Java and Spring). I tried to follow the examples in the ebook of "Wicket in Action". Everything is fine until Chapter 3. I followed the cheese application which demonstrates a plain shopping cart. I compiled and ran the front page successfully (including th