When passsing a resource bundle via the parameter REPORT_RESOURCE_BUNDLE to a report the contents of a list component doesn't get translated. It seems that you need to pass the resource bundle using a dataset parameter:
```
$P{REPORT_RESOURCE_BUNDLE}
```
This is quite tedious boiler plate code and error-phrone. Is there a way to avoid this?
Best Regards
Thomas
Recommended Comments