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
- :
- setVariable in CustomCodePanel
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Oct 28, 2021
09:37 PM
setVariable in CustomCodePanel
I am trying set a variable in a CustonCodePanel during the pre-Install stage. However, the value of the variable is blank during the Install phase. Can anyone help? Here is part the code:
@Override
public boolean setupUI(CustomCodePanelProxy proxy)
{
// TODO Auto-generated method stub
this.proxy=proxy;
proxy.setVariable("$TOMCAT_OLD$", "test");
Any ideas would be appreciated.
Thanks!
(0) Replies