Tobago Extensions


Standard Syntax:
     <%@ taglib prefix="tx" uri="http://myfaces.apache.org/tobago/extension" %>

XML Syntax:
     <anyxmlelement xmlns:tx="http://myfaces.apache.org/tobago/extension" />

Tag Library Information
Display NameTobago Extensions
Version1.0
Short Nametx
URIhttp://myfaces.apache.org/tobago/extension
 

Tag Summary
textarea

Renders a multiline text input control with a label.

selectOneListbox

Render a single selection option listbox.

menuCheckbox

Renders a checkable menuitem.

selectManyListbox

Render a group of checkboxes.

date

Renders a date input field with a date picker and a label.

file

Renders a file input field with a label.

selectOneChoice

Render a single selection dropdown list with a label.

menuRadio

Renders a submenu with select one items (like a radio button).

time

Renders a time input field with a label.

labelNo Description
in

Renders a text input field with a label. Short syntax of:
<tc:panel>
<f:facet name="layout">
<tc:gridLayout columns="fixed;*"/>
</f:facet>
<tc:label value="#{label}" for="&auto"/>
<tc:in value="#{value}" >
.....
</tc:in>
</tc:panel>

 


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.