Hi,
is there a way to set the label of an modul dynamically. At node creation i use navigation assembler variables (e.g. ${riena.navigation.parameter:name}) to access the properties of my navigation argument.
I didn't found a solution how to (automatically) update that label after PropertyChange events were fired. Where would need to set the corresponding listener?
Am 04.02.10 15:28, schrieb matthias:
> i found the getParentOfType method:
>
>
> getNavigationNode().getParentOfType(IModuleNode.class).setLa bel(newVal);
>
>
> I use that in combination with a PropertyChangeListener.
right that the way to do it :-)