Forum: Java Nov 19th, 2008 |
| Replies: 1 Views: 941 Hi.
I've built a HttpServlet that catch a request and parse a web page using InputStream, InputStreamReader and PrintWriter changing some content along the way and output it as a response.... |
Forum: JSP Apr 15th, 2008 |
| Replies: 4 Views: 1,331 Maybe a dumb question but is there a way to redirect/forward a form (and all it's parameters) to another host using jsp? Like this http://www.xxx.com/form.jsp -> http://www.xxx.com/redirect.jsp ->... |