extremely strange. I am running orion in a debugger (and outside), and there
is absolutely no doubt that doGet() is called on my servlet from the page
you saw in my mail. Actually, I can reproduce the same effect with static
pages. I am using 1.0rc2, btw.

-----Original Message-----
From: Joseph B. Ottinger <[EMAIL PROTECTED]>
To: Christian Sell <[EMAIL PROTECTED]>
Cc: Orion-Interest <[EMAIL PROTECTED]>
Date: Dienstag, 30. Mai 2000 17:19
Subject: Re: HTTP POST method


>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
>


Reply via email to