Hi, >From what I remember, most of the errors are generated using "System.out.println".
We really need to have a better way of informing the user about errors. Displaying them in the console is definitely not a good idea. However, we also do not want to simply display a GUI Dialog everytime an error occurs. Why not? Say that you have 50 threads running and each are requesting an HTML page with a missing closing tag (which generates an error). If your error handling routine was not very smart, it would try to display 50 dialog boxes with the error message. So, we need to code it to be smarter. Has anyone of you developers coded anything like this before? Thanks, Kevin Hammond --- Ferrari Massimo <[EMAIL PROTECTED]> wrote: > Hi, is there a way to turn off the HTML > warnings/errors? > Massimo > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

