<sas:IFormHidden>

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

This tag must be nested within a sas:IForm tag.

Syntax

<sas:IFormHidden
   [customAttributes="java.lang.String"]
   [id="value"]
   [locale="java.util.Locale"]
   [name="java.lang.String"]
   [objectDataProperty="java.lang.String"]
   [value="java.lang.String"] />

Attributes

customAttributesa list of attributes in the form of attribute="value", space delimited
idCase-sensitive name used to identify the object instance.
localeSpecifies the locale to use for this instance of the class.
nameValue assigned to the markup tag's name attribute.
objectDataPropertyValue assigned to the output tag's objectDataProperty attribute.
valueThe value of the field

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.ipage.iform.IFormHidden.

If you need to subclass the tag handler class for the sas:IFormHidden tag, extend com.sas.taglib.servlet.tbeans.ipage.IFormHiddenTag.