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]

Reply via email to