Stripes Tag Library
Tag field-metadata


Creates a script section containing form field metadata.


Tag Information
Tag Classnet.sourceforge.stripes.tag.FieldMetadataTag
TagExtraInfo ClassNone
Body ContentJSP
Display Namefield-metadata

Attributes
NameRequiredRequest-timeTypeDescription
vartruetruejava.lang.String The name of the JavaScript variable to place the field metadata into.
fieldsfalsetruejava.lang.String Comma separated list of fields to provide metadata for. Stripes input tags that come before the field-metadata tag inside a Stripes form tag will automatically be included. This attribute may be used if you aren't using Stripes form or input tags or if you are dynamically building the form.
includeTypefalsetruejava.lang.String Setting this to true causes the class names to be included in the output.
fqnfalsetruejava.lang.String Setting this to true causes the fully qualified class name to be included instead of the simple class name.
actionfalsetruejava.lang.String If supplied, should match a URL to which an ActionBean has been bound. Unused if this tag is enclosed in a Stripes form tag.
beanclassfalsetruejava.lang.Object The fully qualified name of an ActionBean class, or alternatively a Class instance for an ActionBean class. An alternative to the 'action' attribute. Unused if this tag is enclosed in a Stripes form tag.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.