Simone Gianni wrote:
The third option aims to solve the common situation of having a flow that initializes some variables, sends a form or a page (creating a continuation) and then waits for the user to click on a button, that 90% of time never gets pushed. This is quite common in aggregated pages with boxes or something similar.
Why don't you use stateless forms? If you don't expect button to be clicked often, don't use stateful forms.
Vadim
