RE: missing key handling problem

2002-07-01 Thread fabrice dewasmes
ED]] > Envoye : lundi 1 juillet 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 ot

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
> Envoye : lundi 1 juillet 2002 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. >

RE: missing key handling problem

2002-07-01 Thread fabrice dewasmes
> 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 ! > > >

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 Stru

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