RichFaces
Tag insert


The <rich:insert> component is used for highlighting, source code inserting and, optionally, format the file from the application context into the page.


Tag Information
Tag Classorg.richfaces.ui.taglib.InsertTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The attribute takes a value-binding expression for a component property of a backing bean
contentfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the String, inserted with this component. This attribute is alternative to "src" attribute.
encodingfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Attribute defines encoding for inserted content
errorContentfalsefalsejavax.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
highlightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines a type of code
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
If "false", this component is not rendered
srcfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the path to the file with source code

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.