Skip to main content



      Home
Home » Archived » BIRT » Multi-value cascading parameters in Custom Parameter Page by birt tag( Multi-value cascading parameters in Custom Parameter Page by birt tag)
Multi-value cascading parameters in Custom Parameter Page by birt tag [message #1084858] Mon, 12 August 2013 02:34 Go to next message
Eclipse UserFriend
Hello,

For a custom parameter page using BIRT tag library
in my jsp
----------------
<html>
<body>
<birt:parameterPage
id="report1"
name="cascade1"
reportDesign="testCascade.rptdesign"
isCustom="true"
pattern="run"
>
<br><br>
<!--Fist-level parameter in cascading parameter -->
Cascading Parameter1: <birt:paramDef id="5" name="cas1" value="cas1" />
<br><br>
<!--Second-level parameter in cascading parameter -->
Cascading Parameter2: <birt:paramDef id="6" name="cas2" value="cas2"/>
<br><br>
<!--third-level parameter in cascading parameter i want this is multi-value -->
Cascading Parameter3:<birt:paramDef id="7" name="cas3" value="cas3" />
<br><br>
<input type="submit" name="submit" value="Sumbit form"/>
<br><br>
</birt:parameterPage>
</body>
</html>
------------------

It works well in "rptdesign" and the parameter "cas3" be rendered as multi-value listbox:
index.php/fa/15889/0/

but in my jsp the "cas3" is simple:
index.php/fa/15888/0/




Thanks in advance!
  • Attachment: problem4.jpg
    (Size: 24.51KB, Downloaded 1289 times)
  • Attachment: problem3.jpg
    (Size: 13.32KB, Downloaded 1192 times)
Re: Multi-value cascading parameters in Custom Parameter Page by birt tag [message #1087584 is a reply to message #1084858] Thu, 15 August 2013 17:48 Go to previous messageGo to next message
Eclipse UserFriend
What BIRT version are you working with?
Re: Multi-value cascading parameters in Custom Parameter Page by birt tag [message #1087690 is a reply to message #1087584] Thu, 15 August 2013 21:26 Go to previous message
Eclipse UserFriend
Hi Michael,

Thanks for your fast answer.
My version is 4.3.
Previous Topic:page type default by locale
Next Topic:Maximo birt 232: export to DOC loses formatting
Goto Forum:
  


Current Time: Sat Mar 22 12:39:31 EDT 2025

Powered by FUDForum. Page generated in 0.03837 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top