Hi everyone,
I have a problem when generating report with different locale.
I have define 2 resources files in the report .rptdesign file.
Then I use this code in the xhtml file :
< birt:birtWrapper reportDesign=/Reports/D6Psy_etablissement.rptdesign locale=#{myBean.locale} >
< f:param name=DateParam value=#{myBean.selectedYear} / >
...
< /birt:birtWrapper >
And in the web.xml :
< !-- BIRT configuration -- >
< context-param >
< param-name>org.eclipse.birt.configPath< /param-name >
< param-value>/WEB-INF/birt/birt-config.ini< /param-value >
< /context-param >
But I think the birt-config.ini isn't loaded ( ?? ), because when I defined these properties:
logLevel=SEVERE
logDirectory=D:/logs
Logs are not generated... But in the code of the BirtEngine of JSF4BIRT thoses properties are used, so what is the problem with this ?
Also, I define the property :
resources.path=D:/resources
But resources files are not loaded.
And also, when I generate a report in PDF format, I use the JSF4BIRT BirtEngine class, and in this situation, resources files are loaded...
Thank for your help.
PommePote
