I'm having a problem with some sort of message bleed over via the message object within the dispatchAction.
Basically I need to know if the dispatchAction is treated like a servlet where everyone shares the same copy. If this is the case, I need to initialize my message object on all of my other objects instead of in the main dispatchAction.
Thank you.
Basically I need to know if the dispatchAction is treated like a servlet where everyone shares the same copy. If this is the case, I need to initialize my message object on all of my other objects instead of in the main dispatchAction.
Thank you.