Hi guys!

I have a trouble with behavior of the option "always-redirect-on-pause". As far as I understood the manual this options is set to "true" by default. My problem is that the application behaves as the option was set to "false" when I send a form.

I've tried to set "always-redirect-on-pause" to "false" and then a redirection was set locally on a particular view but that did not work either.

I have traced that the configuration parameter is read but then it seems to me that the parameter is ignored.

My application uses following frameworks:
  • Tiles2
  • Spring MVC
  • Spring WebFlow
  • Hibernate


Is it possible that I am experiencing some framework collisions?

Thanks!