Skip to main content



      Home
Home » Archived » BIRT » param backward compatibility
param backward compatibility [message #251887] Thu, 09 August 2007 14:15 Go to next message
Eclipse UserFriend
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] Thu, 09 August 2007 21:57 Go to previous message
Eclipse UserFriend
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: Sat Jun 07 13:53:44 EDT 2025

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

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

Back to the top