Exception handling

2009-11-15 Thread Wojtek
user. Could you tell me how to do it or point the name of class shown where the exception is thrown in development mode? BTW. I know how to set internal exception page :) Regards, Wojtek - To unsubscribe, e-mail: users-unsubscr

Re: Exception handling

2009-11-15 Thread Wojtek
That's exactly what I need. Thanks a lot. Regards, Wojtek Jeremy Thomerson pisze: In your application: @Override public RequestCycle newRequestCycle(Request request, Response response) { return new WebRequestCycle(this, (WebRequest) request, response) { @Override

Re: Updating a Dynamic Image with AJAX (and JFreeChart)

2009-11-14 Thread Wojtek
Hi there, is JFreeChart your only possible approach? Check out flot integration from wicketstuff-core. It draws nicer charts and you can update datasets sending json object and redraw it by js. Regards, Wojtek Swarnim Ranjitkar pisze: I couldn't override getResourceState