Passing value from one view to form
Hi Friends,
This may be easy for you. I did 2-3 times but some how I am stuck this time.
I am accepting user ID from one form and geting user information. I am trying to modify some information and then printing it in second form. SOme how value is not passing to my second for. While debugging I can see that value is there.
For first name printing I am using
$(global.firstname)
But getting null as output.
Please help me
Thx

