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. 
I'm much more a C# person than Java these days and the Java I did do was on an old crappy server that didn't fully support JSTL, so I have no idea how else you would do this. This is what Sun had on its site. Please tell me the better way to do this so I know for future reference.
_______________________________________________________ Reply from shobana
----------------------------------------------------------------------------------
Your code helped me a lot..
Thank you