Martin (and others)
On a suggestion by Craig, I had a look at the commons resources
XMLMessageResources. It appears (and I could be wrong) that this
implementation expects a structure similar to this:
(I couldn't find any samples or test data, so I just guessing by browsing
the code)
<messages>
<message key="some.key">Some Value</message>
</messages>
or is it...
<messages>
<message key="some.key" value="Some Value"/>
</messages>
How do you handle special characters in the values? (<, >, ")
[Proposal] (Sort of)
Would it be feasible to allow an open structure?
What I mean is....what about allowing a structure like this:
<index>
<heading en="MailReader Demonstration Application Options"
fr="Options D'Application De D�monstration De MailReader"/>
<logon en="Log on to the MailReader Demonstration Application"
fr="Entrez � l'application de d�monstration de MailReader"/>
<registration en="Register with the MailReader Demonstration Application"
fr="Inscription � l'application de d�monstration de MailReader
"/>
<title en="MailReader Demonstration Application (Struts 1.1-dev)"
fr="Application De D�monstration De MailReader (Struts 1.1-dev)
"/>
<tour en="A Walking Tour of the Example Application"
fr="Une excursion de marche de l'application d'exemple"/>
</index>
I have a feature list a mile long that I am working through, so I'm
nowhere close to being finished.
If I complete this, is it feasible to add it to sandbox resources or struts?
If not, then I will drop it and work on other issues (pending Struts bugs).
James Mitchell
Software Engineer/Struts Evangelist
http://www.open-tools.org
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>