<%
  response.setStatus(response.SC_MOVED_TEMPORARILY);
  response.setHeader("somepage.html", site);
%>

Jeff Brown wrote:

> Does anyone know what the equivalent of:
>
>         <% Response.Redirect("somepage.html") %>
>
> is in JSP?
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to