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 SkipVought 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: *

  1. mcdonals

    JDeveloper and JSP Arrays

    Is t_Bean in a package/folder in JDev? My bean call looks like this, <jsp:useBean id=&quot;bean&quot; class=&quot;PacServlets.Results&quot; scope=&quot;session&quot; /> The class of the bean is Results.java, but the package name comes first which is PacServlets. Don't know if this is the...
  2. mcdonals

    oracle8i NT jdbc connection jdk1.3

    Sorry to be of no use, but I've been trying to get the Oracle JDBC driver working myself. If you get it working can you post how you did it? I'm trying to get Tomcat to recognize the drivers, but so far to no avail. I've tried everything I've read but nothing works. My programs run fine in...
  3. mcdonals

    Calling Servlet from a Form

    I still haven't figured out how to distinguish one servlet from another, but if you only need to call 1 servlet from your form you are in luck because the following works. <form action=&quot;_servlet&quot;> Pretty dumb I know, but this is apparently what JDeveloper calls every servlet...
  4. mcdonals

    Calling Servlet from a Form

    Does anyone know how to call a servlet in JDeveloper from an html form? When I right click a servlet and choose run my browser displays the url as http:localhost:7070/&quot;package name&quot;/_servlet_ or something to that effect. The trouble is how do you call a specific servlet? I'd like to...

Part and Inventory Search

Back
Top