missing key handling problem

2002-07-01 Thread fabrice dewasmes
Hi ! I'm wondering if someone has ever tested to ask for a message that is not present in the resource bundle. I'm using Struts 1.1 and configured null parameter of the message resource to true. However i receive a Sevlet exception which message is : Missing message for key mytest.test. Reading

Re: missing key handling problem

2002-07-01 Thread Nina-Annick Stranzenbach
Hi, if you don't specify errors.header and/or errors.footer, a null string is returned, in all other cases, you get the servlet exception. fabrice dewasmes wrote: Hi ! I'm wondering if someone has ever tested to ask for a message that is not present in the resource bundle. I'm using Struts

RE: missing key handling problem

2002-07-01 Thread fabrice dewasmes
thanks for your reply but i've got both header and footer and it does nothing more... Any other idea ? Fabrice -Message d'origine- De : Nina-Annick Stranzenbach [mailto:[EMAIL PROTECTED]] Envoye : lundi 1 juillet 2002 13:40 A : Struts Users Mailing List Objet : Re: missing key

RE: missing key handling problem

2002-07-01 Thread fabrice dewasmes
13:40 A : Struts Users Mailing List Objet : Re: missing key handling problem Hi, if you don't specify errors.header and/or errors.footer, a null string is returned, in all other cases, you get the servlet exception. fabrice dewasmes wrote: Hi ! I'm wondering if someone has ever

Re: missing key handling problem

2002-07-01 Thread Nina-Annick Stranzenbach
Hi Fabrice, what I meant is: if you don't have the errors.header/errors.footer specified, a null value is returned for them. If ANY other key is not specified (in your case mytest.test), the servlet throws an exception - so you got the correct response. -- To unsubscribe, e-mail:

RE: missing key handling problem

2002-07-01 Thread fabrice dewasmes
2002 14:54 A : Struts Users Mailing List Objet : Re: missing key handling problem Hi Fabrice, what I meant is: if you don't have the errors.header/errors.footer specified, a null value is returned for them. If ANY other key is not specified (in your case mytest.test), the servlet throws