Introduction
Learning the Controls
Stripes 101: Getting Started
The Core: Action Beans and JSPs
Creating Forms
Validating User Input
Using Built-in Validations
There’s More to Life than Strings: Working with Data Types
...
Download PDF
...Forms are a breeze to create in Stripes. There is a Stripes tag for every
type of input field (text field, radio button, and so on) and for submit
buttons. Using these tags instead of plain HTML gives you extra features
such as repopulating the inputs, highlighting them when they
are in error, and supporting localization.
...
Download PDF
...Error messages can be customized in the same way as information messages,
but they also support additional features. They can be displayed
in a group or individually next to the input field associated with the
error.
...
Download PDF