0.1 1.2 s http://struts.apache.org/shale/core Shale Framework Core JSF Components and Tags This tag library contains tags for the core JSF components supported by the Shale Framework, plus additional custom tag handlers as required. subview org.apache.shale.taglib.SubviewTag JSP Subview Provide ViewController support functionality for the nested content (typically a JSP dynamic include) of this component. binding false false Value binding expression used to bind this component instance to a backing bean property. id true false Component identifier of this component. If specified, this identifier must be unique within the context of the closest parent UIComponent that is a NamingContainer. rendered false false Flag indicating whether this component should be rendered. Default value is true. token org.apache.shale.taglib.TokenTag empty Token Render a hidden input field whose value is the transaction token for the containing form. binding false false Value binding expression used to bind this component instance to a backing bean property. id false false Component identifier of this component. If specified, this identifier must be unique within the context of the closest parent UIComponent that is a NamingContainer. rendered false false Flag indicating whether this component should be rendered. Default value is true. commonsValidator org.apache.shale.taglib.CommonsValidatorTag empty Commons Validator Provides access to Commons Validators. type false false The type of validator associated with this tag min false false The minimum valid value max false false The maximum valid value minlength false false The minimum valid length of the field maxlength false false The maximum valid length of the field mask false false A regular expression to which the value must conform datePatternStrict false false A date pattern using syntax defined in java.text.SimpleDateFormat message false false A message displayed when validation fails arg false false A value that's plugged into the message client false false If true, validation is performed on the client server false false If true, validation is performed on the server validatorScript org.apache.shale.taglib.ValidatorScriptTag empty Validator Script Generates JavaScript for client-side validation functionName true false The name of the function to generate.