1. Servlets response.sendRedirect(String url) doesn't seems to send the encoding, why? stackoverflow.comI have some Servlet that explicity sets the character encoding and redirect to some servlet
|
2. sendRedirect(url) query coderanch.com |
3. sendRedirect(url) problem in jsp coderanch.comIf you are new to JSP, it is important to start off on the right foot. And that means NO JAVA CODE in the JSP. None. Nada. Zero. That's a practice from last decade before JSP 2 and is now discredited. Get yourself a modern JSP reference that concentrates on the JSTL (JSP Standard Tag Library) and the EL (Expression Language). ... |