cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ramgrith
Level 3

Value returned by CustomCodePanelProxy.getValue(String key) when key is not found

Hi,

In my installer, I am trying to localize a custom panel, through the CustomCodePanelProxy.getValue(String key) API.
I'd like to have a default value used when there is no entry defined in the corresponding custom_xx localization file for a given key.

I didn't find this information in the documentation. What is the returned value in this case? Is it null? Or An empty String?

It may be worth updating the Javadoc, with this piece of information.

Thanks for your help,
--
benjamin
Labels (1)
0 Kudos
(1) Reply
ramgrith
Level 3

Just in case it helps, the returned value is actually null.
0 Kudos