hi i have the parameter set up in the jsp page as bellow
<birt:viewer id=”birtViewer” reportDesign=”reports/new_report_4.rptdesign”
pattern=”run”
height=”600″
width=”1000″
format=”html”
scrolling=”yes”
showParameterPage=”false”>
<birt:param name=”user_id” value=’gbreen’></birt:param>
</birt:viewer>
and try to pass it to the birt as below with no luck
<structure>
<property name=”name”>user_id</property>
<property name=”dataType”>string</property>
<property name=”position”>1</property>
<property name=”isInput”>true</property>
<property name=”isOutput”>false</property>
</structure>