Thank you. The idea was use only Java "standard" classes (or at least commons packages), not Struts dependent ones.

Maybe I can use java.text.MessageFormat I have seen at

http://java.sun.com/products/jdk/1.2/docs/api/java/text/MessageFormat.html

Regards,
guido.

James Mitchell wrote:
You can find sample code in many places including the struts-example
that ships with the software.

The classes involved are as follows:
org.apache.struts.util.MessageResources.java
org.apache.struts.util.MessageResourcesFactory.java
org.apache.struts.util.PropertyMessageResources.java
org.apache.struts.util.PropertyMessageResourcesFactory.java

In the future (1.2) we will be changing this to use commons-resources,
which basically does the same thing.



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



Reply via email to