Hi,
I built a Session tool for a shopping cart called the CartTool. Now I
want to have the user checkout, so I'm going to build a CheckoutAction
that process the cart for the User. My question is, how can I get the
CheckoutAction to communicate with CartTool so that I know how much to
charge the user, what items to put on the receipt, what to mark as sold
in inventory, etc. Should I just stick an object in the User temp
storage? Is there a better way to communicate between the two?
Thanks in advance,
Rex