Dear all,
I am facing problem when accessing a global attribute inside an action which is declared in component controller.
The Global attribute I have created of type DataElement which is of type int.
I am able to access this Global attribute inside WDDOINIT method.Inside WDDOINIT method I am setting a value to
this global attribute which I am expecting to carry this value to a action.
But Inside action it is not carrying the value from WDDODOINT
instead it is holding value 0(ZERO).Pls suggest where It is going wrong.
Thanks,
Reddy.