Package | Description |
---|---|
net.sourceforge.stripes.tag |
Contains implementation classes for all the Stripes custom tags and interfaces
for overriding the strategy used to (re-)populate tag values and rendering tags
in case of validation errors.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanFirstPopulationStrategy
An alternative tag population strategy that will normally prefer the value from the ActionBean
over values from the request - even when the ActionBean returns null! Only if the ActionBean
is not present, or does not define an attribute with the name supplied to the tag will other
population sources be examined.
|
? Copyright 2005-2006, Stripes Development Team.