<sas:SetProperty>

Used to set a property on the wrapped object of the parent tag with the value of the body of this tag. The value of the body will be transformed to the type of the property if possible.

Syntax

<sas:SetProperty
   [id="value"]
   [property="java.lang.String"]>
      The value to set on the parent tag
</sas:SetProperty>

Attributes

idCase-sensitive name used to identify the object instance.
property

More Information

If you need to subclass the tag handler class for the sas:SetProperty tag, extend com.sas.taglib.servlet.tbeans.SetPropertyTag.