Hi community,
I have an array, and in the layout one I request it with Ajax and load the Ajax.LastData... as usual.
But I also need to use this array in layout two, so I do the same thing in the start of layout two.
In layout two I change some values in the Array, till here, all okay. But when I come back to layout one, all values return to the initial value. Does it means that every time that I load the Array, it will be loaded with the initial values?
And if so, please shoot me a tip on how to work around it. I'm probably missing something.
Thank you very much!
Isaac