You have a couple of options. 

1. You can use i18n tag and load a bundle to be used.
2. or, WW will walk the inheritence tree of an action
looking for the resource bundle if your action extends
ActionSupport. So, you can have a resource bundle for
ActionSupport and if all your actions extend this then
this resource bundle will be called unless you offer a
more specific bundle for you class.

-Matt

On Tue, 14 May 2002, "Harvey Kandola" wrote

> 
> How can you specify global resource bundle files that
can be used/accessed
> by all JSP's?
> 
> The examples that ship with WW show FormTest.jsp using
> FormTest.properties...
> 
> Thanks.
> 
> 
> 
> 
> 
>
_______________________________________________________________
> 
> Have big pipes? SourceForge.net is looking for
download mirrors. We supply
> the hardware. You get the recognition. Email Us:
[EMAIL PROTECTED]
> _______________________________________________
> Webwork-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/webwork-user



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to