Re: Stream redirection problem when using JFreeChart with Tapestry

2010-08-13 Thread Chuck Kring
.. -Original Message- From: Chuck Kring [mailto:cjkr...@pacbell.net] Sent: Friday, August 13, 2010 2:08 AM To: users@tapestry.apache.org Subject: Re: Stream redirection problem when using JFreeChart with Tapestry Did you verify that the _context in onChart() is valid? On 8/12/2010 1:45 PM

RE: Stream redirection problem when using JFreeChart with Tapestry

2010-08-13 Thread Ruksen Inanir
.. -Original Message- From: Chuck Kring [mailto:cjkr...@pacbell.net] Sent: Friday, August 13, 2010 2:08 AM To: users@tapestry.apache.org Subject: Re: Stream redirection problem when using JFreeChart with Tapestry Did you verify that the _context in onChart() is valid? On 8/12/2010 1:45 PM

Re: Stream redirection problem when using JFreeChart with Tapestry

2010-08-12 Thread Chuck Kring
} public void prepareResponse(Response response){} }; } } -Original Message- From: Chuck Kring [mailto:cjkr...@pacbell.net] Sent: Thursday, August 12, 2010 11:32 PM Cc: Tapestry users Subject: Re: Stream redirection problem when using JFreeChart with Tapestry

RE: Stream redirection problem when using JFreeChart with Tapestry

2010-08-12 Thread Ruksen Inanir
[mailto:cjkr...@pacbell.net] Sent: Thursday, August 12, 2010 11:32 PM Cc: Tapestry users Subject: Re: Stream redirection problem when using JFreeChart with Tapestry A few things: 1) You didn't include the chart component. It's the thing that is generating the exception. 2) I

Re: Stream redirection problem when using JFreeChart with Tapestry

2010-08-12 Thread Chuck Kring
Handler_12a675b7fca.handle($ComponentEventRequestHandler_12a675b7fca.java) at org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handleComponentEvent(ComponentRequestHandlerTerminator.java:43) -Original Message- From: Chuck Kring [mailto:cjkr...@pacbell.net] Sent: Tuesday, August 10, 2

RE: Stream redirection problem when using JFreeChart with Tapestry

2010-08-12 Thread Ruksen Inanir
m: Chuck Kring [mailto:cjkr...@pacbell.net] Sent: Tuesday, August 10, 2010 8:28 PM To: users@tapestry.apache.org Subject: Re: Stream redirection problem when using JFreeChart with Tapestry Hi. I use JfreeChart extensively with T 5.0.1.5 and I'm very happy with it. Most likely your exc

Re: Stream redirection problem when using JFreeChart with Tapestry

2010-08-10 Thread Chuck Kring
Hi. I use JfreeChart extensively with T 5.0.1.5 and I'm very happy with it. Most likely your exception is caused by a bug in your .tml or the underlying class. If you could reduce the template and the class to the minimum size that still shows the bug and post both to a follow up email

Stream redirection problem when using JFreeChart with Tapestry

2010-08-10 Thread Ruksen Inanir
Hi, I want to display a line-chart for my application. I tested chenille-kit chart component it worked quite good, but it does not support Dates on the x-axis. I want to to draw time-series on the chart. So I decided to use JFreeChart. The link http://wiki.apache.org/tapestry/Tapestry5HowToCr