Bug 344093 - Birt HTML Report Integration Demo Project
Summary: Birt HTML Report Integration Demo Project
Status: ASSIGNED
Alias: None
Product: RAP
Classification: RT
Component: Website (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-28 04:40 EDT by Wolfgang Willinghöfer CLA
Modified: 2011-05-04 06:57 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wolfgang Willinghöfer CLA 2011-04-28 04:40:42 EDT
Build Identifier: 

I run the Report Demo Applicaton found on http://wiki.eclipse.org/RAP/BIRT_Integration (ZIP File http://wiki.eclipse.org/images/e/e3/Rap_birt_examples.zip).

No chart was displayed on the HTML Report Tab. Following changes in HTMLView.java fix the Problem

Line 58

return registerImage( image, context );
change to 
return "/rwt-resources/" + registerImage( image, context );

Wolfgang

Reproducible: Always
Comment 1 Ralf Sternberg CLA 2011-05-04 06:57:07 EDT
That sounds reasonable. The image paths have changed at some point in 1.3.
Since you fixed it already, could you update the attached zip file in the Wiki? That would be very helpful. Thanks.

There is also an open enhancement request that suggests a public method to obtain the image path instead of guessing it: bug 320255.