Ajax4Jsf
Tag include


include content of external view. Navigation cases in included file change only viewId of included page, and don't perform navigation in root view.


Tag Information
Tag Classorg.ajax4jsf.taglib.html.jsp.HtmlIncludeTag
TagExtraInfo ClassNone
Body ContentJSP
Display Nameinclude content of external view

Attributes
NameRequiredRequest-timeTypeDescription
layoutfalsefalsejava.lang.StringHTML layout for generated markup. Possible values: "block" for generating an HTML <div> element, "inline" for generating an HTML <span> element, and "none" for generating no HTML element. There is a minor exception for the "none" case where a child element has the property "rendered" set to "false". In this case, we create an empty <span> element with same ID as the child element to use as a placeholder for later processing.
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component
ajaxRenderedfalsefalsejava.lang.StringDefines, whether the content of this component must be (or not) included in AJAX response created by parent AJAX Container, even if it is not forced by reRender list of ajax action. Ignored if component marked to output by Ajax action. default false
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
keepTransientfalsefalsejava.lang.StringFlag for mark all child components to non-transient. If true, all children components will be set to non-transient state and keep in saved components tree. For output in self-renderer region all content ( By default, all content in <f:verbatim> tags and non-jsf elements in facelets, marked as transient - since, self-rendered ajax regions don't plain output for ajax processing ).
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
viewIdfalsefalsejava.lang.StringviewId for included page.

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.