On Thu, 2003-04-03 at 14:17, [EMAIL PROTECTED] wrote:
> Hello there,
> 
> Project I am working on has resources organized in a different way than standard:
> Thing is that resources are kept in format:
>  
>   message1.en=Hello!
>   message1.fr=Bonjur!
> 
> And whole mechanism of resources retrieval widely implemented. 
> 
> So question is: 
> 
> IS THERE A WAY TO WARP/OVERRIDE/INHERIT OR OTHER WAY
> TO MAKE EXISTING RESOURCES MECHANISM PLUG UNDER STRUTS?

You could make it work if you implement your own MessageResources.  As
long as you stick to the MessageResources api, then it should work
fine.  I say this assuming that your 'struts app' will be referencing
them as 'message1' and not 'message1.en'.

> 
> thanks for reading,
> ~nn
> 
> 
>    
> 
-- 
James Mitchell
Software Developer/Struts Evangelist
http://www.open-tools.org




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to