Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » param backward compatibility
param backward compatibility [message #251887] Thu, 09 August 2007 18:15 Go to next message
payal chakravarty is currently offline payal chakravartyFriend
Messages: 22
Registered: July 2009
Junior Member
In BIRT 2.1.2
param["param_name"] == null would work
In BIRT 2.2 this does not work and has to be changed to
param["param_name"] .value == null

Is this going to be fixed in 2.2.1?
Re: param backward compatibility [message #251940 is a reply to message #251887] Fri, 10 August 2007 01:57 Go to previous message
Tianli Zhang is currently offline Tianli ZhangFriend
Messages: 2862
Registered: July 2009
Senior Member
I think that's not a bug, in BIRT2.2 if you want to know whether params's
value is null, you should use the params["xxx"].value, just like if you
want get the displayText you should use the params["xxx"].displayText.
Another words, if you create a parameter, the parameter's object has
exsited, so the parameter will never be null, but his value could be null.
That's not a compatibility issue I think.

Regards!
Previous Topic:New to BIRT
Next Topic:How to access scripting variables by API?
Goto Forum:
  


Current Time: Sun Oct 06 16:24:15 GMT 2024

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

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

Back to the top