Conversion from design dialog to dialog
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 i want to convert this design_dialog to dialog type. Simply changing from design_dialog to dialog doesn't worked, so what changes should I require to do?