Currently I am using a component which is having design_dialog and it is associated with TLD or java classes. In the java classes various properties are read using using object of "Style" like Style currentStyle and reading properties like this: currentStyle.get("NAMEOFPROPERTY","DEFAULTVALUE"); Now...