Wednesday, March 28, 2012

Configurator: Add Infromation Message

Add below code to add information message to the page on some ac tion.

 InformationalMessage message= new InformationalMessage("message",runtimeNode);
        runtimeNode.getConfiguration().addInformationalMessage(message);