This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Value returned by CustomCodePanelProxy.getValue(String key) when key is not found
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 29, 2009
03:47 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 24, 2009
09:28 AM
Just in case it helps, the returned value is actually null.