Re: programatically unload action
you could try this for kicks: add this to your action: @Inject public void setConfiguration(Configuration config) { PackageConfig pckConfig = config.getPackageConfig(myNameSpace); //try to remove action from the pckConfig pckConfig.getActionConfigs().remove(myActionNam
programatically unload action
Hello Is/how possible to unload an action? I am using TC5.028. This is for demo only, I will fix it in production, but need it now. Thank you for any enlightment