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 bkrike 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: jbruggeman
  • Content: Threads
  • Order by date
  1. jbruggeman

    bean forward to jsp page ?

    Hello, I would like to implement the equivalent of the jsp tag : <jsp:forward page=&quot;next.jsp&quot;> in a servlet. What I want to do is: a jsp or html page has a form with a get or post, which connects to a servlet, which forwards the processing results of the form towards a jsp page...
  2. jbruggeman

    java xml : normalize a dom structure

    Hi, I use j2sdk version 1.4.0 (under windows NT workstation) - downloaded at www.sun.com. The code that produces a problem is: <snip> ... Import org.w3c.com; ... Document menu = null; File bestand = null; ... DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance()...

Part and Inventory Search

Back
Top