<sasads:iFormHidden>

This tag is used for creating an iForm for use with a variety of markup languages (including WML,HDML, and HTML). The user can use this class to write an iForm without having to know the markup language that is to reference the page.

This tag must be nested within a sasads:iForm tag.

Syntax

<sasads:iFormHidden
   [id="value"]
   [instantiate="true|false"]
   [locale="java.util.Locale"]
   [name="java.lang.String"]
   [ref="java.lang.String"]
   [scope="java.lang.String"]
   [value="java.lang.String"] />

Attributes

idCase-sensitive name used to identify the object instance.
instantiate
locale
nameThe name of the field
ref
scope
valueThe value of the field

More Information

If you need to subclass the tag handler class for the sasads:iFormHidden tag, extend com.sas.taglib.servlet.beans.iFormHiddenTag.