On Tue, 30 May 2000, Christian Sell wrote:
> Now, however, I realize that Orion does not seem to support the POST method
> in forms. My JSP generates the attached HTML. When submitted, the doGet()
> method is invoked on my servlet - which is wrong, of course.
Christian, I just tested this out, to verify my thoughts. JSP doesn't have
any control over the action chosen by an HTML form, but I wondered if
perhaps the servlet container had a (fatal) bug in it.
So I wrote a servlet that had an implementation of doGet() and doPost(),
both of which dumped "Hello, World" and the name of the method used; then
I wrote a JSP front end that had two forms, both submitting to this same
servlet, with different actions.
The servlet handled the action properly. See
http://cupid.suninternet.com/testservice.jsp for the results.
-----------------------------------------------------------
Joseph B. Ottinger [EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo HOMES.COM Developer