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
loadBundleExtended loadbundle which does its job in all life-cycle phases or even on calling LoadBundle.loadBundle() - not only when rendering happens...
xmlTemplateTransforms XML using and XSL stylesheet.
inputSuggestProvides an input textbox with "suggest" functionality.
valueChangeNotifier

Add a value change listener which will be fired AFTER UPDATE_MODEL. Only "method" valueChange listeners are supported currently.

scriptAdds (java)script to the browser
inputSuggestAjaxProvides an input textbox with "suggest" functionality, using an ajax request to the server.
ajaxChildComboBoxRefreshes contents through an ajax call when the parent combo box's value is changed
tableSuggestAjaxProvides an input textbox with "suggest" functionality, using an ajax request to the server. The popUp contains a table where each column value can be set to a specific dom node (through dom node id).
focusNo Description
formRenders a HTML form element which allow defining a different scheme, servername or port for the action url to which the form is submited
validateUrlA custom validator for url format, based upons Jakarta Commons.
validateISBNA custom validator for isbn codes, based upons Jakarta Commons.
validateCompareToValidation by comparing the value of this component with another component.
autoUpdateDataTableExtended data_table that adds some additional features to the standard data_table action: see attribute descriptions for preserveDataModel, sortColumn, sortAscending and preserveSort.
accordionPanelA group of panels, which can be opened and closed. See attribute layout for further description on how opening and closing works. Extends standard panelGroup by user role support.
convertBooleanConverts a boolean to custom format (yes/no), (1/0), etc.
convertStringUtilsConverts the format of a string
convertDateTimeConvert date time using normal system timezone like it should
fieldsetRenders an HTML Fieldset
imageLoopImage loop/slide show component. Provides Javascript methods to control image loop behaviour. Methods: getImageLoop(id) - get image loop object with id, play() - play loop, stop() - stop loop, accelerate() - accelerate loop until minDelay reached, decelerate() - decelerate loop until maxDelay reached, setImageIndex(index) - show image with index, reset() - reset settings to origin values, getImageCount() - get number of images loaded
imageLoopItemImage loop item.
imageLoopItemsImage loop items.
graphicImageDynamicExtends standard graphicImage.
outputLinkDynamicExtends standard outputLink but links to a dynamically rendered resource (image, file, ...).
togglePanelExtends PanelGroup. Allows user to toggle between 'view' mode and 'edit' mode. In the togglePanel, include a toggleLink. When the toggleLink is clicked, the rest of the group is shown, and the link is hidden.
toggleGroupExtends PanelGroup. Allows user to have several toggleLink in a group. When the togglePanel is toggled, the toggleGroup will be hidden.
toggleLinkExtends standard outputLink but links to a dynamically rendered resource (image, file, ...).
effectprovides javascript effects which are from the script.aculo.us library and from the fat fade anything technique library
selectManyPicklistA picklist component that allows to select items from one list to another
selectManyCheckboxAjaxExtends standard selectManyCheckbox allowing for dynamic ajax submitting.
selectOneRadioAjaxExtends standard selectOneRadio allowing for dynamic ajax submitting.
inputTextAjaxExtends standard inputText allowing for dynamic ajax submitting.
commandButtonAjaxExtends standard commandButton allowing for dynamic ajax submitting of the form.
listenerAllows a component to listen for events on another component with AJAX input elements.
selectBooleanCheckboxAjaxExtends standard selectBooleanCheckbox by user role support.
messageMyFaces extension to the standard messages tag: see summaryDetailSeparator attribute
subFormA subform to an existing form. Inputs in this form will only be validated and updated, if a t:commandButton or t:commandLink has been clicked with an actionFor attribute which references the client-id of this subform. Optionally, the validation will trigger if a commandButton or commandLink embedded in this subform has been clicked, except if this command is a t:commandButton or t:commandLink with an actionFor attribute which doesn't reference the client-id of this subform.
selectOneRowEnhancement for a data-table to select one Row with a radio button. The row-index is stored in the vealu-binding
stateChangedNotifierA component that listens to changes in the components
outputTextExtending the outputText component in order to introduce the for attribute.
ifMessageProvide a component that will optionally render its children if the specified component(s) specified has a message.
fishEyeNavigationMenuProvide a FishEye toolbar component from the DOJO toolkit
fishEyeCommandLinkCommandLink component that can be used in nodeStamp facet
timedNotifierDisplays a timed notifier tag
startConversationStarts a new conversation
endConversationEnds a conversation
separateConversationContextSeparates the current context from the children. e.g. commandLinks will start a new conversation context
conversationputs a bean into the conversation context
ensureConversationEnsures a named conversation is running
convertNumberThis tag creates a number formatting converter and associates it with the nearest parent UIComponent. It uses either the manually set destType or the value binding to determine the correct destination type to convert the number to. Unless otherwise specified, all attributes accept static values or EL expressions.
pprPanelGroupPanelGroup which supports a partialTriggers Attribute similar to the one in Trinidad
layoutingContentPaneBase content pane for the dojo layouts
layoutingTitlePaneTitle Pane layouting element
layoutingSplitPanePanelGroup which supports a partialTriggers Attribute similar to the one in Trinidad
modalDialogModal Dojo Dialog (is not working with overridden 'onload')
validateCSVValidation by validating comma separated values individually.
submitOnEventAttach an event handler to an input element or use a global event handler to submit a form by "clicking" on a link or button
excelExportExport datatable contents to an excel file
floatingPanePanelGroup which supports a partialTriggers Attribute similar to the one in Trinidad
filterTableNo Description
sortableColumnNo Description
validationScriptNo Description
 


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.