jsf

Tag Library Information 
InfoValue
ID (tag prefix)jsf
URIhttp://xmlns.jcp.org/jsf
Tag Summary 
TagDescription
element

Markup element that causes a component of component-family: javax.faces.Panel with renderer-type: javax.faces.passthrough.Element to be inserted in the tree. This element is primarily intended to be used by the default TagDecorator, when no match is found as described in the javadoc for that class. The component that backs this element must implement javax.faces.component.behavior.ClientBehaviorHolder and return "click" from its getDefaultEventName() method. The list of events returned from its getEventNames() method must include the "on*" attributes below, ommitting the leading "on".