Category: | Bug report |
Priority: | Low |
Status: | Assigned |
Project: | Severity: | Trivial |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Original issue: http://sourceforge.net/tracker/index.php?func=detail&aid=1352974&group_i...
[ 1352974 ] Don't find scriptlet methods
Submitted By: geraldine84 - geraldine84
Date Submitted: 2005-11-10 01:25
Last Updated By: Item Submitter - Tracker Item Submitted
Date Last Updated: No updates since submission
Number of Comments: 0
Number of Attachments: 0
Category: iReport2 ::Compiler/Exporter
Group: iReport 0.5.1
Assigned To: Nobody/Anonymous
Priority: 5
Summary:
Don't find scriptlet methods there is a bug when using the scriptlet methods.
First, I make methods in the scriptlet. I compile the scriptlet. Then I put in the report some text fields that use the parameter scriptlet like this :
((nameScriptlet)$P{REPORT_SCRIPTLET}).method().
When trying to execute the report, I get an error. This says that it was not able to find the methods, even if they are really set in the scriptlet, it doesn't find it.
To manage to execute the report, I have to close iReport, restart it, I execute and everything is fine...