I am submitting to an Action which when successful places an object in the request and forwards to a second Action, which looks for the item in the request, and forwards yet again to a third Action which gets the item placed in the request object by the previous Action:
Action1---->Action2(put in object)---->Action3(getobject)
 
I am loosing the object in the request between Action1 and Action2 for sure.  Anyone know why?

Reply via email to