The following thread discusses about conversation scope:
http://forum.springframework.org/showthread.php?t=21912
Also look at the sellitem sample application for an example.
Have fun,
Mihail
Type: Posts; User: mihail; Keyword(s):
The following thread discusses about conversation scope:
http://forum.springframework.org/showthread.php?t=21912
Also look at the sellitem sample application for an example.
Have fun,
Mihail
Have you considered using Conversation scope instead of Flow scope? I believe this would avoid serialization/deserialization problems.