Main report with the same resource bundles as sub reports

I'm making a report with several sub reports in it, and I'm trying to handle the localization of it. I managed to do a little test and passed a line from a resource bundle successfully to the main report, but when I try to do the same to the sub reports (using the same file), for some reason it doesn't work. I tried referring the same file in the resourse parameter, and referring the same property in both main report and one of the sub report (the main report read the parameter while the sub report didn't). I also tried with two different resource bundle files, but it didn't worked. I never got a reference problem, which would mean that it always found the files, but for some reason the sub reports are not reading them.

Any suggestions? I'm looking for solutions using Java or iReport

manuatilomb's picture
Joined: Mar 5 2015 - 8:57am
Last seen: 5 years 7 months ago

1 Answer:

Nevermind. I located the problem... I was trying to set dinamic text... on a static label... It's working fine with textboxes...

manuatilomb's picture
Joined: Mar 5 2015 - 8:57am
Last seen: 5 years 7 months ago
Feedback