Ajax4Jsf
Tag outputPanel


Creates an AJAX-enabled part of the page. For a normal request, render a <span> or <div> HTML element depending on the value of the "layout" attribute, "inline" or "block". (The "id" attribute will be the value of the clientId property.) For an AJAX request, the content of this element is included in the response if the value of the property, "ajaxRendered", is set to true.


Tag Information
Tag Classorg.ajax4jsf.taglib.html.jsp.AjaxOutputPanel
TagExtraInfo ClassNone
Body ContentJSP
Display NameAjax OutputPanel

Attributes
NameRequiredRequest-timeTypeDescription
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
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
dirfalsefalsejava.lang.StringDirection indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left)
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
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 ).
langfalsefalsejava.lang.StringCode describing the language used in the generated markup for this component
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.
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component

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.