What is the best way to add URL parameter (sic!) using Spring Web Flow without leaving current flow? I know that there are proper ways to send parameters (via scopes), but this one needs to be seen by servlet filter.
What is the best way to add URL parameter (sic!) using Spring Web Flow without leaving current flow? I know that there are proper ways to send parameters (via scopes), but this one needs to be seen by servlet filter.