Hi,
I have created web-item and configured action class, after doExecute() completes request going to sucess.vm file.
my issue is, i am unable to access data on VM file from action class, i tried following steps but not heped
- created private variable in action class
- created setter/getter method for the varible
- in doExecute() method I have set value to the variable using setter method
- on VM i tried to accessed variable with get method and also tried directly $variable but it displaying as it is.
not sure what i did wrong 
