In our application, we work with URL's which contain parameters. That system has already been there for ages, so I can't change it (unfortunately). The problem is that if a submit of a form fails, the user must be redirected to a URL, with a parameter added to that URL (so http://blabla/showForm?param=test.
Is it possible to do this with Tiles? We use Tiles in conjunction with Spring MVC.
