HP Integrity NonStop H-Series User Manual
Page 237

—
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:// WebServer>: 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:// WebServer>: This page demonstrates the use of the t:popup tag from the MyFaces Tomahawk library. The t:popup tag renders a browser popup window, which displays a number of possible mouse or keyboard events, including onclick, ondblclick, onmouseover, onkeypress, Deploying and Running Sample MyFaces Application on NonStop 237
onkeydown, and onkeyup.