RE: Struts e Netbeans.

2002-02-21 Thread ltorrence
It's a bug with NetBeans that occurs with any app that writes a lot of text to the console (like Struts does on startup) To make the error message go away, just change these entries in your web.xml file for the struts actionserverlet: init-param param-namedebug/param-name

Re: Struts e Netbeans.

2002-02-21 Thread Felipe F. Palma Dias
Thanks a lot. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 10:55 AM Subject: RE: Struts e Netbeans. It's a bug with NetBeans that occurs with any app that writes a lot of text to the console (like Struts does on startup