| 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 | Method and Description |
|---|---|
FormTag |
FieldMetadataTag.getForm() |
FormTag |
InputTagSupport.getParentFormTag()
Locates the enclosing stripes form tag.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
WizardFieldsTag.getExcludes(FormTag form)
Returns the list of parameters that should be excluded from the hidden tag.
|
protected void |
WizardFieldsTag.writeWizardFields(FormTag form)
Write out a hidden field which contains parameters that should be sent along with the actual
form fields.
|
© Copyright 2005-2006, Stripes Development Team.