Hello there,
This is just a quick question. You know that servlets respond by printing out dynamic HTML code? Well, is it possible that instead of doing that, the servlet just redirects back to the HTML form that send the servlet the Form data in the first place?
myHtml(sends form data) --------------> myServlet ---------------> myHtml
Another question I have, might as well ask. Say your servlet prints out a dynamic html page, and in that page you have a button linking to a seperate html document on your server. That button doesn't work, for some reason, you can't link to a seperate html document from a dynamically created html page by a serlvet..... Why??
Thanks guys.