2011/2/15 Muneer Malik <[email protected]>: > I am using tiles 2 in struts 2 via a plugin. I believe the way tiles > 2 is rendering the definition using forward. Is there a way we can use > 'redirect' instead of a forward?
Not directly. However you can use the Tiles dispatch servlet to do it, and redirect normally: http://tiles.apache.org/framework/tutorial/advanced/utils.html Antonio
