HP Integrity NonStop J-Series User Manual
Page 238

You can now access the following web pages of myfaces-components:
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/date.faces
This page demonstrates the use of the t:inputDate tag from the MyFaces Tomahawk library.
The t:inputDate tag is a date component that can be used to enter date/time information
in a form.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/dataList.faces
This page demonstrates the use of the t:dataList tag from the MyFaces Tomahawk library.
The t:dataList tag renders its data as a HTML list element. The layout attribute defines
how each item is rendered. Legal values are: simple, unorderedList, and orderedList.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/newspaperTable.faces
This page demonstrates the use of the t:newspaperTable tag from the MyFaces Tomahawk
library. The t:newspaperTable tag is a data table that renders table text across several
columns (like a newspaper layout). The number of columns can be set using the
newspaperColumns
attribute.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/order.faces
This page demonstrates the use of t:inputSecret, t:inputText, t:validateEmail,
t:validateCreditCard
, and t:validateEqual tags from MyFaces Tomahawk library.
◦
t:inputSecret
:The inputSecret tag renders an HTML
tag. When the user types a string into this field, a row of asterisks is displayed instead
of the text the user types. The t:inputSecret tag extends the JSF inputSecret tag.
It supports conditional rendering based on user roles.
◦
t:inputText
: This tag extends the JSF inputSecret tag. It supports conditional
rendering based on user roles.
◦
t:validateEmail
: This tag is a custom validator that checks the syntax of an email
address using the Jakarta Commons validation library.
◦
t:validateCreditCard
: This tag allows you to validate various credit cards, including
Amex, Visa, Mastercard, and Discover, using the Jakarta Commons validation library.
◦
t:validateEqual
: This tag allows you to validate user input by comparing it with
another backing bean property. This is useful, for example, when validating a password
or an e-mail address twice.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/tabbedPanes.faces
This page demonstrates the use of the t:panelTabbedPane and t:panelTab tags from
the MyFaces Tomahawk library.
◦
t:panelTabbedPane
: This tag generates a panel container with a number of tabs. This
component can be fully customized using CSS style attributes.
◦
t:panelTab
: This tag renders an individual panel tab as a HTML button. It must be
contained within a t:panelTabbedPane tag.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/popup.faces
This page demonstrates the use of the t:popup tag from the MyFaces Tomahawk library.
The t:popup tag renders a browser pop-up window, which displays a number of possible
238 Installing MyFaces Framework