DOH! I was just missing the "." between fmt and localizationContext. Thanks.
-----Original Message----- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 14:46 To: Tag Libraries Users List Subject: Re: Globally fmt:setBundle? Sure. Add the following to your web.xml: <context-param> <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name> <param-value>com.mycompany.application.struts.ApplicationResources</param-value> </context-param> Quoting "Fenderbosch, Eric" <[EMAIL PROTECTED]>: > Is there a way to globally define the bundle that fmt uses so I don't have to > add > <fmt:setBundle > basename="com.mycompany.application.struts.ApplicationResources"/> > to the top of every JSP? > > Thanks. > > Eric -- Kris Schneider <mailto:[EMAIL PROTECTED]> D.O.Tech <http://www.dotech.com/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
