Previous | Home | Next |
Tags | Syntax | Output |
<h:inputText> | <h:inputText value="input text field" title="inputtext" size="20" /> | |
<h:inputHidden> | <h:inputHidden id="hidden" value=" " /> | Field is hidden |
<h:inputSecret> | <h:inputSecret value="password textfield" title="secretfield" size="20" /> | |
<h:inputTextarea> | <h:inputTextarea value="text areafield" cols="5" rows="15" title="input area"/> | |
<h:outputFormat> | <h:outputFormat id="formate" value="output format" /> | output format |
<h:outputLabel> | <h:outputText value="Please, Enter your Name"/> | Please, Enter your Name |
<h:outputText> | <h:outputText value="output tag" id="output" /> | output tag |
<h:outputLink> | <h:commandLink id="forward" value="Click Me to forward" action="forward" /> | Click Me to forward |
<h:commandButton> | <h:commandButton action="submit" value="Sumbit" title="submit button"/> | ![]() |
<h:graphicImage> |
Previous | Home | Next |