Re: what tool for debugging web toolkit output
From: Michael Austin <maustin_at_firstdbasource.com>
Date: Fri, 27 Mar 2009 18:52:53 -0500
Message-ID: <NDdzl.23129$Ws1.6645_at_nlpi064.nbdc.sbc.com>
swibble wrote:
> I wrote a form using the pl/sql web toolkit. The form fields and the
> form handler parameters all appear to match up. It compiles all right
> but when I run it in a browser and click the submit button, I get an
> HTTP 404 error.
> Does anyone have any suggestions what might be wrong or how to debug
> it?
> Is there a better way to debug this in a browser type environment so I
> can see why it isn't getting to my form handler?
>
> Thanks, -Greg-
Date: Fri, 27 Mar 2009 18:52:53 -0500
Message-ID: <NDdzl.23129$Ws1.6645_at_nlpi064.nbdc.sbc.com>
swibble wrote:
> I wrote a form using the pl/sql web toolkit. The form fields and the
> form handler parameters all appear to match up. It compiles all right
> but when I run it in a browser and click the submit button, I get an
> HTTP 404 error.
> Does anyone have any suggestions what might be wrong or how to debug
> it?
> Is there a better way to debug this in a browser type environment so I
> can see why it isn't getting to my form handler?
>
> Thanks, -Greg-
an incorrectly configured apache web server? 404 means- it ain't there or I cannot find it (permissions?)... Received on Fri Mar 27 2009 - 18:52:53 CDT