J
javerra
Hello all,
Any advice on how the best way to implement this would be helpful. I
want to have a webform where information can be entered, an object
created, and that object placed in vector. I want the vector to hold a
group of orders that will be processed by another servlet. I am a
little confused on how I can pass this vector from servlet to servlet.
I don't want to place this item in the session as it will be useless
once the order has been processed.
thanks.
Any advice on how the best way to implement this would be helpful. I
want to have a webform where information can be entered, an object
created, and that object placed in vector. I want the vector to hold a
group of orders that will be processed by another servlet. I am a
little confused on how I can pass this vector from servlet to servlet.
I don't want to place this item in the session as it will be useless
once the order has been processed.
thanks.