Re: what tool for debugging web toolkit output

From: Jeremy <jeremy0505_at_gmail.com>
Date: Sun, 29 Mar 2009 13:56:10 +0100
Message-ID: <MPG.24398043fc980a079896f5_at_News.Individual.NET>



In article <49cdf40c$0$2859$ba620e4c_at_news.skynet.be>, anti_at_spam.com says...>
> "swibble" <call4greg_at_gmail.com> wrote in message
> news:1870b580-c4d1-47b8-8a16-855e6c57b52a_at_x31g2000prc.googlegroups.com...
> >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-
>
> Maybe you could check the Apache error_log file ?
>
> Matthias

and make sure you have an exception handler - any unhandled exceptions will be presented to the browser as a 404. A simple

  when others then
    htp.p(sqlerrm(sqlcode));

at the minimum.

-- 
jeremy
Received on Sun Mar 29 2009 - 07:56:10 CDT

Original text of this message