Hi there,
How can I add some parameters to redirected forwards? I have situation like this: saveItem.do saves some object to the database and redirects to showSavedItem.do, which is based on itemId in request parameter (passed usually by URL). I want to make this as a redirect to prevent strange things from happening when user refreshes page. But is there a way to add some parameters to redirected forwards? Right not I am doing this by setting session-scope attributes, but it's "messy" - I have to clean up session afterwards. TIA Wojtek