Attributes |
Name | Required | Request-time | Type | Description |
var | true | true | java.lang.String |
The name of the JavaScript variable to place the field metadata into.
|
fields | false | true | java.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.
|
includeType | false | true | java.lang.String |
Setting this to true causes the class names to be included in the output.
|
fqn | false | true | java.lang.String |
Setting this to true causes the fully qualified class name to be included
instead of the simple class name.
|
action | false | true | java.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.
|
beanclass | false | true | java.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.
|