2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.


Shale Framework Core JSF Components and Tags


Standard Syntax:
     <%@ taglib prefix="s" uri="http://shale.apache.org/core" %>

XML Syntax:
     <anyxmlelement xmlns:s="http://shale.apache.org/core" />

This tag library contains tags for the core JSF components supported by the Shale Framework, plus additional custom tag handlers as required.

Tag Library Information
Display NameShale Framework Core JSF Components and Tags
Version1.0
Short Names
URIhttp://shale.apache.org/core
 

Tag Summary
subviewProvide ViewController support functionality for the nested content (typically a JSP dynamic include) of this component. @deprecated Use the "subview" tag from tag library "http://shale.apache.org/view" (in shale-view-xxx.jar) instead of this tag.
tokenRender a hidden input field whose value is the transaction token for the containing form. The token component must be the last input component child of the parent form to be processed.
commonsValidatorProvides access to Commons Validators. @deprecated Use the "commonsValidator" tag from tag library "http://shale.apache.org/validator" (in shale-validator-xxx.jar) instead of this tag.
validatorScriptGenerates JavaScript required for validation. @deprecated Use the "validatorScript" tag from tag library "http://shale.apache.org/validator" (in shale-validator-xxx.jar) instead of this tag.
validatorVarParameters for specific validators. @deprecated Use the "subview" tag from tag library "http://shale.apache.org/view" (in shale-view-xxx.jar) instead of this tag.
 


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.