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