s


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

XML Syntax:
     <anyxmlelement xmlns:s="http://myfaces.apache.org/sandbox" />

        Enhanced standard JSP actions and custom MyFaces actions.
    

Tag Library Information
Display NameNone
Version1.0.10
Short Names
URIhttp://myfaces.apache.org/sandbox
 

Tag Summary
autoUpdateDataTable Extended data_table that adds some additional features to the standard data_table action: see attribute descriptions for preserveDataModel, sortColumn, sortAscending and preserveSort.
convertBoolean Converts a boolean to custom format (yes/no), (1/0), etc.
fieldsetRenders an HTML Fieldset
form Renders a HTML form element which allow defining a different scheme, servername or port for the action url to which the form is submited
graphicImageAjax Extends standard graphicImage.
inputSuggest Provides an input textbox with "suggest" functionality.
inputSuggestAjax Provides an input textbox with "suggest" functionality, using a remote connection to the server. The difference to inputSuggest is that a custom drop down is rendered.
planner A meeting planner component, similar to the ones found in Outlook or Evolution.
schedule A schedule component similar to the ones found in Outlook or Evolution
validateUrl A custom validator for url format, based upons Jakarta Commons.
 


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.