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 the Index.html and Index.java, up to page 60). I could "add to cart" and "remove" successfully. So far so good. When I clicked "add to cart" repeatedly and slowly, it was still good. But If I clicked quickly enough, the following bunch of "Unexpected RuntimeException" appeared.
I am not sure this is particular to this specific example or is general for other Wicket components. Did I miss something? Does anyone come across something similar? This is important if I am to propose Wicket in a serious project. Thank you very much! Wicket version: 1.3.4 <output> Could not deserialize object using `org.apache.wicket.util.io.IObjectStreamFactory$DefaultObjectStreamFactory` object factory at org.apache.wicket.util.lang.Objects.byteArrayToObject(Objects.java:411) ........ ........ Caused by: java.lang.ClassNotFoundException: [Lmycheese.Cheese; at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387) ............. ............ </output> -- View this message in context: http://www.nabble.com/Clicking-%22add-to-cart%22-repeatedly-tp19232702p19232702.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]
