Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 06:34 Go to next message
crest fallen is currently offline crest fallenFriend
Messages: 2
Registered: August 2013
Location: China
Junior Member
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 1214 times)
  • Attachment: problem3.jpg
    (Size: 13.32KB, Downloaded 1120 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 21:48 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

What BIRT version are you working with?

Michael

Developer Evangelist, Silanis
Re: Multi-value cascading parameters in Custom Parameter Page by birt tag [message #1087690 is a reply to message #1087584] Fri, 16 August 2013 01:26 Go to previous message
crest fallen is currently offline crest fallenFriend
Messages: 2
Registered: August 2013
Location: China
Junior Member
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: Fri Mar 29 13:35:20 GMT 2024

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

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

Back to the top