Tag Information
Tag Class org.richfaces.ui.taglib.InsertTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
binding false false javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
encoding false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines encoding for inserted content
errorContent false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines the alternative content that will be shown in case component cannot read the resource defined with 'src' attribute. If "errorContent" attribute is not defined, the component shown the actual error message in the place where the content is expected
highlight false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a type of code
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
rendered false false javax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
src false false javax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the path to the file with source code