On 9/26/07, Meddle Smeddle <[EMAIL PROTECTED]> wrote: > Hello. Is there a simple way to log all the object which has been > serialized by wicket?
What do you want to see of those objects? Why do you want to see it? There is a check that logs exactly which objects *failed* to be serialized. Furthermore, if you use the file store you can easily load the pages one by one from the filestore. Just add your web project's classpath to a new project, and create a program that deserializes one of the pages. You can then browse the component hierarchy using your debugger. I've used this technique once and it works like a charm, though I don't have the code anymore. Martijn -- Buy Wicket in Action: http://manning.com/dashorst Apache Wicket 1.3.0-beta3 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]