You will need to import javax.servlet.http.HttpServletResponse.
SAP NetWeaver Developer Studio 7.0.18. (aka 2004s)
Java build path. Extend ECLIPSE_HOME and add plugins/com.tssap.ext.libs.j2ee_xxx/lib/servlet.jar.
HttpServletResponse httpResponse = request.getServletResponse(true);
try { httpResponse.sendRedirect(url); } catch (IOException e) {}
Thursday, May 07, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment