<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 | |
|---|---|
id | Case-sensitive name used to identify the object instance. |
locale | |
name | |
objectDataProperty | |
value | The 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.