History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-318
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Patrick Lightbody
Reporter: Bernard Choi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

JFreeChartResult

Created: 25/Sep/03 01:37 AM   Updated: 15/Nov/03 01:57 PM
Component/s: Views
Affects Version/s: 2.0-beta2
Fix Version/s: 2.0-beta2

File Attachments: 1. Java Source File ChartResult.java (1 kb)
2. Java Source File ChartResultTest.java (3 kb)
3. Java Source File ViewSelectChartAction.java (0.8 kb)



 Description  « Hide
A JFreeChartResult that renders JFreeChart to the response.out.

 All   Comments   Change History      Sort Order:
Bernard Choi - [25/Sep/03 01:38 AM ]
JFreeChartResult

Bernard Choi - [25/Sep/03 01:39 AM ]
The corresponding action that creates the chart to be viewed.

Bernard Choi - [25/Sep/03 01:40 AM ]
I don't have the unit tests for this yet...

My observations are posted on the wiki at http://wiki.opensymphony.com/space/JFreeChartResult


Patrick Lightbody - [09/Nov/03 08:34 PM ]
Bernard,
Any chance you've got some tests for this classes? Tests are the only thing holding up getting them in CVS.

Bernard Choi - [10/Nov/03 03:38 AM ]
Simple tests.

I've since decoupled the <chart> object from the stack. The <chart> is now set externally.

Patrick Lightbody - [15/Nov/03 01:57 PM ]
thanks bernard!