Forum: JSP Feb 15th, 2007 |
| Replies: 11 Views: 46,509 That's great, but since you're trying to teach us how NOT to use scriptlets, I'd love to know the right way to do this.
<%
response.sendRedirect("someUrl");
%>
Please share. :D
I'm much... |
Forum: JSP Feb 14th, 2007 |
| Replies: 11 Views: 46,509 Please share the non-scriplet way for us uneducated folks. |
Forum: JSP Feb 14th, 2007 |
| Replies: 11 Views: 46,509 Use a scriptlet and response.SendRedirect()
http://java.sun.com/products/jsp/tags/11/syntaxref11.fm5.html
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletResponse.html |