| |||||||
FRAMES NO FRAMES |
<%@ taglib prefix="Struts-Faces" uri="http://struts.apache.org/tags-faces" %>
<anyxmlelement xmlns:Struts-Faces="http://struts.apache.org/tags-faces" />
This tag library provides custom action functionality that is similar to that provided by the Struts 1.1 tag libraries, but is built on top of the JavaServer Faces rendering architecture.
This tag library includes the following tags:
Tag Library Information | |
Display Name | None |
Version | 1.3 |
Short Name | Struts-Faces |
URI | http://struts.apache.org/tags-faces |
Tag Summary | |
base | Renders an HTML |
commandLink | Renders an HTML |
errors | Displays a list of error messages prepared by form bean or business logic validation processing. In order to use this component successfully, you must have defined an application scope |
form | Render an HTML form element containing the nested components to present the appropriate label and input field elements. This tag is distinguished from the tag in the standard HTML RenderKit because it accepts a Struts |
html | Renders an HTML |
javascript | IMPLEMENTATION NOTE - Unlike other tags in this tag library, this does not correspond to a JavaServer Faces user interface component. It is based on the tag implementation class used in the Render JavaScript validation based on the validation rules loaded by the The dynamicJavascript and staticJavascript attributes default to true, but if dynamicJavascript is set to |
loadMessages | Create a Map wrapping the specified MessageResources instance, which will return localized messages based on the Locale stored in the view root component of the current view. |
message | Render the message text looked up from a message resources bundle, based on our current locale. The message key must be specified by exactly one of the following attributes: The Substitution parameters for the message may be nested inside this tag by using the Additional control over the rendering process is specified by the following optional attributes, with default values as indicated: |
stylesheet | Renders an HTML |
write | Render the text associated with the specified model object or text string, optionally performing filtering and formatting tasks described by the optional attributes described below. The text to be rendered is specified in exactly one of the following attributes: Additional control over the rendering process is specified by the following optional attributes, with default values as indicated: |
| |||||||
FRAMES NO FRAMES |