Uses of Class
net.sourceforge.stripes.tag.FormTag

Packages that use FormTag
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. 
 

Uses of FormTag in net.sourceforge.stripes.tag
 

Methods in net.sourceforge.stripes.tag that return FormTag
 FormTag FieldMetadataTag.getForm()
           
 FormTag InputTagSupport.getParentFormTag()
          Locates the enclosing stripes form tag.
 

Methods in net.sourceforge.stripes.tag with parameters of type FormTag
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.