tree: cf7a0cadd6998cec1b7818ec4cf84739e19f18e7
  1. src/
  2. pom.xml
  3. README.md
apps/showcase/README.md

Showcase

WARNING: This application is a demonstration/development tool only. It is NOT intended for production deployment. It contains features such as source code viewing that intentionally expose internal application details. Deploying this application on a publicly accessible server may pose security risks.

Showcase is a collection of examples with code that you might adopt and adapt in your own applications.

For more on getting started with Struts, see:

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.