..
-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
..
-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
}
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
[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
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
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
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
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