> Is there an extension or maybe some trick in Struts which 
> would allow me to have xml-based application resource files?

Extend PropertyMessageResources.java (& the corresponding factory
class) and implement your own loadLocale() method, then, in your
struts-config.xml, point application and factory attributes to
your classes.

> <ApplicationResources>
>   <message key="color">
>     <value lang="en_US">Color</value>
>     <value lang="de">Farbe</value>
>     <value lang="hr">Boja</value>
>   </message>
>   <!-- etc... -->
> </ApplicationResources>

I don't think you can't parse something like that with the
Digester class.

                                -TPP

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

Reply via email to