Avatar

Level 10

Why wouldn't you want to set itas part of an input/output parameter?

This is really the right way ofdoing this. Otherwise you'll end up with hardcoded variable name in your customcomponent and that not ideal.


If you're trying to define a default value for it coming from a properties file, you can just make it a "Configuration" variable and set the value from adminui.


Jasmin