Re: unknown error message

2004-12-21 Thread Olasoji Ajayi
Base Table - Original Message - From: "Bill Siggelkow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 21, 2004 3:53 PM Subj

Re: unknown error message

2004-12-21 Thread Bill Siggelkow
Well, it looks like you are using a tag (bean:message) that is trying to pull a value from the message resources property file. -Bill Siggelkow Olasoji Ajayi wrote: javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE what does this mean, i am

Re: unknown error message

2004-12-21 Thread Hubert Rabago
You're probably using a tag to display error messages. You can surround them by a conditional tag that checks for their presence. Check the tag example at the bottom of http://wiki.apache.org/struts/StrutsCatalogErrorTypes Hubert On Tue, 21 Dec 2004 09:17:19 +0100, Olasoji Ajayi <[EMAIL PROTEC

unknown error message

2004-12-21 Thread Olasoji Ajayi
javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE what does this mean, i am just writing a simple program to display the contents of a table in a database using struts (using it ti learn struts), i am not writing any complicates stuff, no