Hello everybody!

I really new in spring stuff and I have a problem like in the this thread: http://forum.springsource.org/showthread.php?t=85654

In my case, I wanna pass an object (POJO) between different flows by using the input and output tags. I tested it so far and read some other thinks in the net. It seems that it does not work for normal flow except between a flow and it sub-flows. Is this correct?

What is the best practice to do this?

(Maybe, I took an object that is annotated by @Component and @SessionAttributes and put all my data into it, so that I access with all the other flows. Maybe this is not good in the point of view of a flow.)


~Chris