Hi,<br />
<br />
I am new to BIRT and I was trying out BIRT 2.5. I designed a report with date parameter and it works fine in the Design Preview. But when I deploy it to the WebViewerExample and call the url from my jsp <br />
<a class='bbc_url' href='
http://localhost:8080/birt/frameset?__report=ReportdueDateParam.rptdesign&RP_toDate=11/11/2009'>http://localhost:8080/birt/frameset?__report=ReportdueDateParam.rptdesign&RP_toDate=11/11/2009</a><br />
<br />
I get the following error<br />
<br />
- Incorrect number of the argument(s). The number of the argument(s) should be <2> but was <1>. <br />
<br />
java.lang.IllegalArgumentException: Incorrect number of the argument(s). The number of the argument(s) should be <2> but was <1>. <br />
at org.eclipse.birt.core.script.function.bre.Function_temp.execute(BreUtility.java:34)<br />
at org.eclipse.birt.core.script.function.bre.BirtDateTime.execute(BirtDateTime.java:1322)<br />
<br />
<br />
Can anyone help in solving this problem?<br />
<br />
with warm regards,<br />
<br />
Jai