5.3 The <c:redirect> ActionThe <c:redirect>" on page 489 for a more complete description of <c:redirect> syntax.
As is the case for <c:import>, if you specify the context attribute for <c:redirect>, you must also specify a context-relative URL with the url attribute that points to a resource contained in that foreign context. You can also use <c:redirect> with <c:param> actions with this syntax:
Like <c:import>, the <c:redirect> action applies URL rewriting as necessary. See "Redirecting a Response" on page 225 for an example of how you can use <c:redirect>. |