facesdoc.HTML_BASIC.javax.faces.Inputjavax.faces.Hidden.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javax.faces-api Show documentation
Show all versions of javax.faces-api Show documentation
This is the master POM file for Oracle's Implementation of the JSF 2.3 Specification.
component-family: javax.faces.Input renderer-type: javax.faces.Hidden
HTML_BASIC render-kit
component-family: javax.faces.Input renderer-type: javax.faces.Hidden
Renders an HTML "input" element of type
"hidden".
Decode Behavior
See the decode description for the Input
Text renderer.
Encode Behavior
Render the clientId of the component as the value of the
"name" attribute. Render the current value of the component as
the value of the "value" attribute.
This renderer is responsible for rendering its children.
This renderer-type has no attributes
Copyright (c) 2003-2010 Oracle America, Inc. All Rights Reserved.