<sas-ip:IFormHidden>

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

Syntax

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

Attributes

customAttributes
idCase-sensitive name used to identify the object instance.
locale
name
objectDataProperty
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-ip:IFormHidden tag, extend com.sas.taglib.servlet.tbeans.ipage.IFormHiddenTag.