Hi,<br />
<br />
I am using the WebViewerExample (Birt Report Viewer) in my own webapp.<br />
<br />
i want to achieve this:<br />
<br />
In the file: FramesetFragment.jsp (or one of the other jsps that shows the report) (in WebViewerExample) i want to write the report-parameters the user choosed to a hidden html-field. I will later send these parameters to another jsp-page i have...<br />
<br />
For example:<br />
<pre class='_prettyXprint _lang-auto _linenums:0'><input type="hidden" name="reportNameAndParametersToSend" value="myreportname?parameterName1=parameterValue1¶meterName2=parameterValue2" /></pre>
<br />
<br />
is there a context or way i can catch the report-parameters in FramesetFragment.jsp (or one of the other jsps that shows the report)/WebViewerExample ?<br />
<br />
<br />
Thanx, all help very much appreciated