To get the caller class name.

Hi Trishanth,

Thanks for your reply. You asked me to use element.args().caller() right?? But, the element is used for form rite?? The above scenario works only in the case of a form and class but not between two classes i think so. In my scenario there are 2 classes where one class method is being called in another class. I want to get caller class name in the second class.Does element.args().caller() in my case. If it works can you please explain me the scenario with an example.

Thank you…