Hi Snjezana.
Already I updated my BIRT version. Now, I am working with BIRT 3.7 and really the parameters are not in brackets when I try to generate a linked report but the generated URL is not correct.
Problem is: /distribution/report is in URL when it should not be so.
Following is the generated URL:
http://localhost:8080/PruebaSeamBirt/distribution/report/run?__report=%2FC%3A%2Fjboss_seam%2Ftools%2Fjboss-6.0.0.Final%2Fserver%2Fdefault%2Fdeploy%2FPruebaSeamBirt.war%2Fdistribution%2Fdesign%2FreporteConDetalle.rptdesign&TipoReporte=D&FechaInicioString=2011%2F08%2F22&FechaFinString=2011%2F08%2F22&Zona=00440500&__overwrite=true
Following is the correct URL:
http://localhost:8080/PruebaSeamBirt/run?__report=%2FC%3A%2Fjboss_seam%2Ftools%2Fjboss-6.0.0.Final%2Fserver%2Fdefault%2Fdeploy%2FPruebaSeamBirt.war%2Fdistribution%2Fdesign%2FreporteConDetalle.rptdesign&TipoReporte=D&FechaInicioString=2011%2F08%2F22&FechaFinString=2011%2F08%2F22&Zona=00440500&__overwrite=true
The URL should not have /distribution/report.
How can I solve this?