Hi Gurus,
in my wd component , in the componebt controller i have 1 attribute name lv_guid.
in my componet 4 view are designed along with 4 buttons(each view 1 button is allocated).
let us take lv_guid = "00012345".
if i click on view 1 = button 1,in action i need to change the value of lv_guid to "000678".
my question is : am i update the value of lv_guid(new value) in the component controller attribute i.e lv_guid.
i want to use the new lv_guid in another view action method.
2. when we write the code in the component controller methods why not in view level methods.what is the major difference between the two scenarios.
Any ideas on this.
Regards,
Sudheer.