Home
Analytics
Optional parameters from jsf
sainin
Hi all,<br />
I wanted to pass optional parameters from my jsf custom parameter page to birt. I have been trying to use isnull attribute but it doesn't seem to be working. I have integrated birt reports with my seam application. Can anyone help me here? A small hint would save my complete day . So please don't hesitate in giving your opinions. :-)<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
<p:birt xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:p="http://jboss.com/products/seam/birt"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
designType="frameset"
designName="testreport.rptdesign"
title="Test Report">
<p:param name="billType" isnull="billType" value="#{cyReportHome.id}"/>
</p:birt>
</pre>
Find more posts tagged with
Comments
mwilliams
Hi sainin,
Where are you trying to use the isNull function?