How To's
The following How To's are available for Stripes:
AJAX - how to use Stripes with AJAX, using the Calculator application as an example
Display Errors - how to control the look and feel of validation error output
Exception Handling - how to implement a generic exception handling mechanism
Extensions - how to extend and customize Stripes
File Uploads - how to upload one or more files as part of a form
FreeMarker with Stripes - how to use FreeMarker as the view technology with Stripes (as opposed to JSP)
Indexed Properties (also known as Multi-Row Forms)
Intercept Execution - how to use Interceptors to add behaviour to the Stripes request lifecycle
Layout Reuse - how to use the Stripes Layout tags to standardize your look and feel
Localization - how to use Stripes' localization capabilities for your application
Spring with Stripes - using Stripes and Spring together
Stripes EJB3 Interceptor - using Stripes with EJB3 bean injection
Stripes Injection Enricher - using Stripes and Java EE beans together
State Management - accessing Session, Cookies etc. cleanly
Unit Testing - how to write unit tests for ActionBeans
Use Defaults More - how to leverage facilities in Stripes for using convention over configuration
Wizard Forms - how to write forms that span more than one page and/or request