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 be able to call my servlets using the action method on an html form. Most webservers find servlets by name"."servlet name" unfortunately this doesn't work in JDev, and nothing I've tried does. Any ideas?
Thanks,
Scott
Thanks,
Scott