mirror of
https://github.com/apache/struts.git
synced 2026-08-06 15:17:00 +00:00
24 lines
882 B
Plaintext
24 lines
882 B
Plaintext
README.txt - mailreader
|
|
|
|
The MailReader demonstrates a localized application with a master/child
|
|
CRUD workflow.
|
|
|
|
This rendition also demonstrates using wildcards to "normalize" an
|
|
application.
|
|
|
|
See the Sandbox for other MailReader examples using other architectures.
|
|
|
|
* http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2/apps/
|
|
|
|
For more about the MailReader applicaton genneraly, visit Struts University.
|
|
|
|
* http://www.StrutsUniversity.org/
|
|
|
|
I18N:
|
|
=====
|
|
Please note that this project was created with the assumption that it will be run
|
|
in an environment where the default locale is set to English. This means that
|
|
the default messages defined in package.properties are in English. If the default
|
|
locale for your server is different, then rename package.properties to package_en.properties
|
|
and create a new package.properties with proper values for your default locale.
|