h


Standard Syntax:
     <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %>

XML Syntax:
     <anyxmlelement xmlns:h="http://java.sun.com/jsf/html" />

        Tag library for the MyFaces basic implementation.
    

Tag Library Information
Display NameNone
Version1.0.10
Short Nameh
URIhttp://java.sun.com/jsf/html
 

Tag Summary
columnNo Description
commandButtonNo Description
commandLinkNo Description
dataTableNo Description
form Renders a HTML form element.
graphicImageNo Description
inputHiddenNo Description
inputSecretNo Description
inputText Renders a HTML input element that is bound to the value (binding) of the associated UIOutput component.
inputTextareaNo Description
message Renders the first FacesMessage that is assigned to the component referenced by the "for" attribute.
messages Renders all or some FacesMessages depending on the "for" and "globalOnly" attributes: - If globalOnly = true, only global messages, that have no associated clientId, will be displayed - else if there is a "for" attribute, only messages, that are assigned to the component referenced by the "for" attribute, are displayed - else all messages are displayed.
outputFormat Takes the value of the associated UIOutput component as a MessageFormat pattern and formats embedded parameters with this pattern.
outputLabel In addition to the JSF specification, MyFaces allows it to directly give an output text via the "value" attribute.
outputLinkNo Description
outputText Renders the value of the associated UIOutput component.
panelGridNo Description
panelGroupNo Description
selectBooleanCheckboxNo Description
selectManyCheckboxNo Description
selectManyListboxNo Description
selectManyMenuNo Description
selectOneListboxNo Description
selectOneMenuNo Description
selectOneRadioNo Description
 


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