I am having a problem with an array. I create an array(2D), display the elements, select an element for processing(in a FORM tag), pass to a processing page(ACTION page) which updates the element, then return to the display page(using CFLOCATION).
The ACTION page seems to know about the array, because I can display any given element, not just the one I selected, but when I return to the display page, the array no longer exists.
How can I process an array, and have it persist throughout the session while passing it back and forth between pages? URL variables are only good for simple values, not complex values like arrays. I even tried creating the array as a session variable, but that didn't seem to work, either. What should I do? Any suggestions greatly appreciated. Calista :-X
Jedi Knight,
Champion of the Force
The ACTION page seems to know about the array, because I can display any given element, not just the one I selected, but when I return to the display page, the array no longer exists.
How can I process an array, and have it persist throughout the session while passing it back and forth between pages? URL variables are only good for simple values, not complex values like arrays. I even tried creating the array as a session variable, but that didn't seem to work, either. What should I do? Any suggestions greatly appreciated. Calista :-X
Jedi Knight,
Champion of the Force