All Downloads are FREE. Search and download functionalities are using the official Maven repository.

facesdoc.HTML_BASIC.javax.faces.Inputjavax.faces.Hidden.html Maven / Gradle / Ivy

Go to download

This is the master POM file for Oracle's Implementation of the JSF 2.3 Specification.

There is a newer version: 2.3-pfd
Show newest version




<font size="-1">component-family:</font> javax.faces.Input <font size="-1">renderer-type:</font> 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.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy