mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
2d81439553
1) Token examples. Examples 2 and 3 previously resulted in 403's upon submit (config issue). 2) Token examples. Example 4 resulted in error 500 when selected from the menu (FTL param type issue). 3) Validation examples. Examples quizBasic, quizClient and quizClientCss resulted in 404's when selected from menu (config issue). 4) File upload examples. Multiple file upload missing result page (list and array), added missing JSP. Added missing input results in configuration. 5) Add manual test for public constant access via expression (to If tag JSP). Similar to PR#255 for 2.6.x.
README.txt - showcase Showcase is a collection of examples with code that you might be adopt and adapt in your own applications. For more on getting started with Struts, see * http://cwiki.apache.org/WW/home.html 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.