Is t_Bean in a package/folder in JDev? My bean call looks like this,
<jsp:useBean id="bean" class="PacServlets.Results" scope="session" />
The class of the bean is Results.java, but the package name comes first which is PacServlets. Don't know if this is the...
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...
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="_servlet">
Pretty dumb I know, but this is apparently what JDeveloper calls every servlet...
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/"package name"/_servlet_ or something to that effect. The trouble is how do you call a specific servlet? I'd like to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.