<p>Hi,<br><br><br>
I am a new bee for Birt. I created a birt report with one report parameter. Based on the selected value<br>
in parameter report will be generated. This is running properly in web Viewer in birt Designer. I published<br>
it to Ihub and deployed in JBoss. To run from Java jsp page i used below jsapi code<br><br><br>
<script type="text/javascript" language="JavaScript"<br>
src="<a data-ipb='nomediaparse' href='
http://localhost:8700/iportal/jsapi'>http://localhost:8700/iportal/jsapi"></script></a><br>
<script type="text/javascript" language="JavaScript"><br><br>
actuate.load("viewer");<br><br>
actuate.load("parameter");<br>
var reqOps = new actuate.RequestOptions( );<br>
actuate.initialize( "<a data-ipb='nomediaparse' href='
http://localhost:8700/iportal'>http://localhost:8700/iportal",reqOps,</a><br>
null, null, displayParams);<br><br>
function displayParams( ) {<br>
alert("inside display params");<br>
param = new actuate.Parameter("parampane");<br>
param.setReportName("/Student/stuDetails.rptdesign");<br>
alert("before submit");<br>
param.submit( function ( ) {document.getElementById("run").style.visibility = 'visible';});<br>
alert("after submit");<br>
}<br><br><br>
but I am getting the below error.<br><br><br>
uncaught exception: actuate.ConnectionException:</p>
<p>Type: err_client Message:</p>
<p>Failed to load the following files: <a data-ipb='nomediaparse' href='
http://localhost:8181/Student/iv/jquery/jquery.jsURL:'>http://localhost:8181/Student/iv/jquery/jquery.jsURL:</a><br>
<a data-ipb='nomediaparse' href='
http://localhost:8181/Student/iv/jquery/jquery.js'>http://localhost:8181/Student/iv/jquery/jquery.js</a></p>
<p>
uncaught exception: actuate.ConnectionException:</p>
<p>Type: err_client Message:</p>
<p>Failed to load the following files: <a data-ipb='nomediaparse' href='
http://localhost:8181/Student/iv/dialog/dialog.jsURL:'>http://localhost:8181/Student/iv/dialog/dialog.jsURL:</a><br>
<a data-ipb='nomediaparse' href='
http://localhost:8181/Student/iv/dialog/dialog.js'>http://localhost:8181/Student/iv/dialog/dialog.js</a></p>
<p>
uncaught exception: actuate.ConnectionException:</p>
<p>Type: err_client Message:</p>
<p>Failed to load the following files: <a data-ipb='nomediaparse' href='
http://localhost:8181/Student/iv/viewer/viewer.jsURL:'>http://localhost:8181/Student/iv/viewer/viewer.jsURL:</a><br>
<a data-ipb='nomediaparse' href='
http://localhost:8181/Student/iv/viewer/viewer.js'>http://localhost:8181/Student/iv/viewer/viewer.js</a><br><br>
Will anybody help me in sorting out this. Thanks in advance.</p>