The first one is closer, but you leave off the ".properties" part, and just leave the basename. Make sure the case of the file matches.
> -----Original Message----- > From: JONATHAN PHILIP HOLLOWAY [mailto:[EMAIL PROTECTED]] > > Could somebody please tell me whether I can use the following: > > <message-resources parameter="applicationresources.properties"/> > > to define my applicationresources.properties file > (internationlisation file) under > Struts 1.1 or if I have to use the Struts 1.0 and web.xml way > of specifying > the file: > > <init-param> > <param-name>application</param-name> > <param-value>ApplicationResources.properties</param-value> > </init-param> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

