render-kit:

HTML_EXTENDED

jsp-tag:

viewFragment

component-family:

javax.servlet.jsp.tagext.TagSupport

renderer-type:


Container for JSF components used in a JSP fragment, ie a JSP page that is included with jsp:include or any other inclusion mechanism. Similar to subview tag, but makes sure HTML and JSF tags are emitted in the right order.


Note:

Attributes with a pass-through value of true are not interpreted by the renderer and are passed straight through to the rendered markup, without checking for validity. Attributes with a pass-through value of false are interpreted by the renderer, and may or may not be checked for validity by the renderer.

Attributes
attribute-name pass-through attribute-class description default-value required
 Binding false java.lang.String ValueBinding to bind the component to a component property of a JavaBean undefined false
 id false java.lang.String Component identifier undefined true
 rendered false java.lang.String Boolean value to specify whether this component is rendered, default is true undefined false

/*
* Licensed Material - Property of IBM
* (C) Copyright IBM Corp. 2002, 2003 - All Rights Reserved.
* US Government Users Restricted Rights - Use, duplication or disclosure
* restricted by GSA ADP Schedule Contract with IBM Corp.
*/