Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ibenian
  • Content: Threads
  • Order by date
  1. ibenian

    How to email the output of a jsp page

    The second method is to implement a custom HttpServletResponse implementation and use it in getRequestDispatcher(...).forward(requrest, customResponse). Then you get the contents from your custom implementation! I tested it on a tomcat server running on a windows system and it worked ok. But...
  2. ibenian

    How to email the output of a jsp page

    Hi Everyone, I want to capture the rendered html output of a jsp page and send it via email. I found two methods to do it but each had problems. I know there are people who already do it but I just don't know how they overcame these problems! The first method is to open a url connection and...

Part and Inventory Search

Back
Top