Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Is it a bug
Is it a bug [message #902303] Thu, 16 August 2012 21:37 Go to next message
DONG YAO is currently offline DONG YAOFriend
Messages: 20
Registered: May 2012
Junior Member
In my jsp, I have code like this

<birt:report ...
<birt:param name="orgId" value="${orgId}" />
....
</birt:report>

the value of ${orgId} is 1|abc|334455

In the report, I system out the parameter "orgId" but only get 1, the first part of the string.
I change the delimeter to $, then the report output 1$abc$334455

What is wrong with using "|" as delimter?

I am using birt 2.6.

Thanks
Re: Is it a bug [message #902420 is a reply to message #902303] Fri, 17 August 2012 14:23 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I believe a bug has already been filed on this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=325711

Jason

On 8/16/2012 5:37 PM, DONG YAO wrote:
> In my jsp, I have code like this
> <birt:report ...
> <birt:param name="orgId" value="${orgId}" />
> ....
> </birt:report>
>
> the value of ${orgId} is 1|abc|334455
>
> In the report, I system out the parameter "orgId" but only get 1, the
> first part of the string. I change the delimeter to $, then the report
> output 1$abc$334455
>
> What is wrong with using "|" as delimter?
>
> I am using birt 2.6.
>
> Thanks
Previous Topic:Cross Tab parameter
Next Topic:Grid Display
Goto Forum:
  


Current Time: Fri Apr 26 10:35:22 GMT 2024

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

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

Back to the top