> I should say this class seems too heavy for http session - it holds
> SimpleDateFormat instance which in turn holds DateFormatSymbols instance
> which in turn has several arrays inside.

DateTextField? Not the one from wicket-datetime! That holds the
datePattern as a string, shouldn't hold references to much else.
Unless I overlooked something. Can you give details please?

> BTW I've created class which
> can dump http session contents into a file in the form of object tree,
> in fact it's modified org.apache.wicket.util.io.SerializableChecker.

That sounds cool. Can you please, please, please contribute that to
http://issues.apache.org/jira/browse/WICKET-643? :)

If you can print to a file, you can print it to an arbitrairy string/
stream. It would be nice to have some kind of inspectorbug-like tool
so that you can interactively inspect pages. Might be component number
2 if Jonathan would make a separate project for the inspectorbug
project.

Cheers,

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to