]> 1.0.10 1.2 s http://myfaces.apache.org/sandbox Enhanced standard JSP actions and custom MyFaces actions. loadBundle org.apache.myfaces.custom.loadbundle.LoadBundleTag JSP Extended loadbundle which does its job in all life-cycle phases or even on calling LoadBundle.loadBundle() - not only when rendering happens... var true false Variable this bundle will be stored under, e.g. mybundle. Use #{mybundle.propertykey} or #{mybundle['propertykey']} to access the keys of the bundle. basename true false Path to the bundle-file in the class-path, e.g.: org.apache.myfaces.i18n.myprops xmlTemplate org.apache.myfaces.custom.template.XmlTemplateTag JSP Transforms XML using and XSL stylesheet. &xml_template_attributes; &faces_rendered_attribute; inputSuggest org.apache.myfaces.custom.suggest.InputSuggestTag JSP Provides an input textbox with "suggest" functionality. &ui_input_attributes; &ext_forceId_attribute; &alt_location_attributes; &html_input_suggest_attributes; valueChangeNotifier org.apache.myfaces.custom.valueChangeNotifier.ValueChangeNotifierTag JSP <p> Add a value change listener which will be fired AFTER UPDATE_MODEL. Only "method" valueChange listeners are supported currently.</p> &value_change_notifier_attributes; script org.apache.myfaces.custom.script.ScriptTag JSP Script component Adds (java)script to the browser &ui_component_attributes; &html_script_attributes; inputSuggestAjax org.apache.myfaces.custom.suggestajax.inputsuggestajax.InputSuggestAjaxTag JSP Provides an input textbox with "suggest" functionality, using an ajax request to the server. &suggest_ajax_attributes; itemLabelMethod false false java.lang.String Method which gets a suggested Object as an argument and returns a calculated String label. With this attribute it is possible to achieve the same mechanism as it can be found at select menues with the label/value pair. autoComplete false false If false, the input field is not automatically populated with the first suggested value. Default: true ajaxChildComboBox org.apache.myfaces.custom.ajaxchildcombobox.AjaxChildComboBoxTag JSP Refreshes contents through an ajax call when the parent combo box's value is changed &standard_select_one_listbox_attributes; &ext_escape_attribute; &user_role_attributes; &ext_forceId_attribute; &display_value_only_attributes; ajaxSelectItemsMethod true false Method to call via ajax to reload the combo box parentComboBox false false id of the parent combo box tableSuggestAjax org.apache.myfaces.custom.suggestajax.tablesuggestajax.TableSuggestAjaxTag JSP Provides 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). &table_suggest_ajax_attributes; &suggest_ajax_attributes; focus org.apache.myfaces.custom.focus.HtmlFocusTag &ui_component_attributes; &html_focus_attributes; form org.apache.myfaces.custom.form.HtmlFormTag JSP Renders a HTML form element which allow defining a different scheme, servername or port for the action url to which the form is submited &ui_form_attributes; &html_universal_attributes; &html_event_handler_attributes; &html_form_attributes; &ext_forceId_attribute; scheme false false This attribute can be used to set the url scheme for the action attribute serverName false false This attribute can be used to set the url server name or ip address for the action attribute port false false This attribute can be used to set the port for the action attribute action false false This attribute can be used to set an entirely different action (might be something JSF-unspecific) to the form. method false false This attribute can be used to set a method to the form which is different to the regular POST method used. validateUrl org.apache.myfaces.custom.urlvalidator.ValidateUrlTag JSP A custom validator for url format, based upons Jakarta Commons. &ext_validator_base_attributes; validateISBN org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag JSP A custom validator for isbn codes, based upons Jakarta Commons. &ext_validator_base_attributes; validateCompareTo org.apache.myfaces.custom.comparetovalidator.ValidateCompareToTag JSP Validation by comparing the value of this component with another component. &ext_validator_base_attributes; &validator_compare_to_attributes; autoUpdateDataTable org.apache.myfaces.custom.autoupdatedatatable.AutoUpdateDataTableTag JSP Extended data_table that adds some additional features to the standard data_table action: see attribute descriptions for preserveDataModel, sortColumn, sortAscending and preserveSort. &standard_data_table_attributes; &extended_data_table_attributes; &ext_forceId_attribute; &user_role_attributes; frequency false false java.lang.String Defines in seconds the interval of reloads. if no value is specified 2 seconds will be default. onSuccess false false java.lang.String Define javascript function to call after successful refresh. accordionPanel org.apache.myfaces.custom.accordion.HtmlAccordionPanelTag JSP A 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. &standard_panel_group_attributes; &user_role_attributes; &ext_forceId_attribute; &display_value_only_attributes; layout false false java.lang.String Defines the layout of this accordionPanel. If you set this to 'accordion', opening a panel will close all other panels. If you set this to 'toggling', opening a panel doesn't affect the state of the other panels. You can close a panel by clicking on the header of this panel a second time. expandedBackColor false false java.lang.String Defines the background color for expanded state. expandedTextColor false false java.lang.String Defines the text color for expanded state. expandedFontWeight false false java.lang.String Defines the font weight for expanded state. collapsedBackColor false false java.lang.String Defines the background color for collapsed state. collapsedTextColor false false java.lang.String Defines the text color for collapsed state. collapsedFontWeight false false java.lang.String Defines the font weight for collapsed state. hoverBackColor false false java.lang.String Defines the background color on hover. hoverTextColor false false java.lang.String Defines the text color on hover. borderColor false false java.lang.String Defines the color of the border. convertBoolean org.apache.myfaces.custom.convertboolean.ConvertBooleanTag Boolean Converter Converts a boolean to custom format (yes/no), (1/0), etc. trueValue false Value representing a boolean true, e.g. TRUE, yes, 1, etc. falseValue false Value representing a boolean false, e.g. FALSE, no, 0, etc. convertStringUtils org.apache.myfaces.custom.convertStringUtils.StringUtilsConverterTag StringUtils Converter Converts the format of a string appendEllipsesDuringInput false Boolean value determining if data should be truncated with ellipses during input conversion. Default = false appendEllipsesDuringOutput false Boolean value determining if data should be truncated with ellipses during output conversion. Default = false format false Specifies the output case of the string. One of uppercase | lowercase | capitalize maxLength false Integer value for the maximum length of the rendered string. Strings longer than maxValue will be truncated at (maxValue - 3) and an ellipsis '...' will be appended. trim false Boolean value determining is the string should be trimmed before any other formatting takes place. Default = false convertDateTime org.apache.myfaces.custom.convertDateTime.ConvertDateTimeTag DateTime Converter Convert date time using normal system timezone like it should dateStyle false false default|short|medium|long|full locale false false locale pattern false false Custom formatting pattern timeStyle false false default|short|medium|long|full timeZone false false timeZone type false false date|time|both fieldset org.apache.myfaces.custom.fieldset.FieldsetTag JSP Renders an HTML Fieldset &ui_component_attributes; &ext_forceId_attribute; &user_role_attributes; style false false The style to use for this div. styleClass false false The class to use for this div. legend false false The fieldset's legend. imageLoop org.apache.myfaces.custom.imageloop.HtmlImageLoopTag JSP Image 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 &ext_forceId_attribute; &faces_id_optional_attribute; &html_imageloop_attributes; imageLoopItem org.apache.myfaces.custom.imageloop.ImageLoopItemTag empty Image loop item. &ui_graphic_attributes; imageLoopItems org.apache.myfaces.custom.imageloop.ImageLoopItemsTag empty Image loop items. &html_imageloopitems_attributes; graphicImageDynamic org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamicTag JSP Extends standard graphicImage. &ui_component_attributes; &html_universal_attributes; &html_event_handler_attributes; &html_img_attributes; &spec_img_attributes; &user_role_attributes; &ext_forceId_attribute; imageRendererClass false false java.lang.String The class which implements org.apache.myfaces.custom.graphicimagedynamic.ImageRenderer. The image renderer is responsible for loading the image. The class must have a default constructor. Any request scoped attribute or managed bean is not available when this image renderer is instantiated and used. The image renderer must render the binary data for the image by using the parameters passed by nested f:param elements and/or using session or application scoped beans. value false false java.lang.String A value binding which will be called to get the instance of an org.apache.myfaces.custom.graphicimagedynamic.ImageRenderer. outputLinkDynamic org.apache.myfaces.custom.outputlinkdynamic.OutputLinkDynamicTag JSP Extends standard outputLink but links to a dynamically rendered resource (image, file, ...). &ui_output_attributes; &html_universal_attributes; &html_event_handler_attributes; &html_anchor_attributes; &user_role_attributes; &ext_forceId_attribute; resourceRendererClass true false java.lang.String The class which implements org.apache.myfaces.custom.dynamicResources.ResourceRenderer. The resource renderer is responsible for resource the image. The class must have a default constructor. Any request scoped attribute or managed bean is not available when this resource renderer is instantiated and used. The resource renderer must render the binary data for the resource by using the parameters passed by nested f:param elements and/or using session or application scoped beans. togglePanel org.apache.myfaces.custom.toggle.TogglePanelTag JSP Extends 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. &standard_panel_group_attributes; toggled false false java.lang.String You can set toggled to true to force the toggleGroup to always be in toggle mode. Default is false. toggleGroup org.apache.myfaces.custom.toggle.ToggleGroupTag JSP Extends PanelGroup. Allows user to have several toggleLink in a group. When the togglePanel is toggled, the toggleGroup will be hidden. &standard_panel_group_attributes; toggleLink org.apache.myfaces.custom.toggle.ToggleLinkTag JSP Extends standard outputLink but links to a dynamically rendered resource (image, file, ...). &ui_output_attributes; &html_universal_attributes; &html_event_handler_attributes; &html_anchor_attributes; &html_disabled_attribute; &user_role_attributes; &ext_forceId_attribute; for true false java.lang.String The class which implements org.apache.myfaces.custom.dynamicResources.ResourceRenderer. The resource renderer is responsible for resource the image. The class must have a default constructor. Any request scoped attribute or managed bean is not available when this resource renderer is instantiated and used. The resource renderer must render the binary data for the resource by using the parameters passed by nested f:param elements and/or using session or application scoped beans. effect org.apache.myfaces.custom.effect.EffectTag JSP provides javascript effects which are from the script.aculo.us library and from the fat fade anything technique library &faces_id_required_attribute; &faces_rendered_attribute; style false false styleClass false false fade false true squish false false puff false false scale false false java.lang.String scaleSize false false duration false false pulsate false false fadeColor false false selectManyPicklist org.apache.myfaces.custom.picklist.HtmlSelectManyPicklistTag JSP selecManyPicklist component A picklist component that allows to select items from one list to another &standard_select_many_listbox_attributes; &user_role_attributes; selectManyCheckboxAjax org.apache.myfaces.custom.inputAjax.HtmlSelectManyCheckboxAjaxTag JSP Extends standard selectManyCheckbox allowing for dynamic ajax submitting. &standard_select_many_checkbox_attributes; &ext_forceId_attribute; &ext_ajax_attributes; selectOneRadioAjax org.apache.myfaces.custom.inputAjax.HtmlSelectOneRadioAjaxTag JSP Extends standard selectOneRadio allowing for dynamic ajax submitting. &standard_select_many_checkbox_attributes; &ext_forceId_attribute; &ext_ajax_attributes; inputTextAjax org.apache.myfaces.custom.inputAjax.HtmlInputTextAjaxTag JSP Extends standard inputText allowing for dynamic ajax submitting. &standard_input_text_attributes; &ext_forceId_attribute; &ext_ajax_attributes; showOkButton false false java.lang.String Whether to show an ok button before sending update. okText false false java.lang.String Test for button showCancelButton false false java.lang.String Whether to show cancel button cancelText false false java.lang.String Text for cancel errorStyleClass false false java.lang.String StyleClass for the input field where the error occures. Useful if there is only one messages area for a few inputTextAjax fields errorStyle false false java.lang.String Style for the input field where the error occures. Useful if there is only one messages area for a few inputTextAjax fields commandButtonAjax org.apache.myfaces.custom.inputAjax.HtmlCommandButtonAjaxTag JSP Extends standard commandButton allowing for dynamic ajax submitting of the form. &standard_command_button_attributes; &ext_forceId_attribute; &ext_ajax_attributes; listener org.apache.myfaces.custom.inputAjax.ListenerTag JSP Allows a component to listen for events on another component with AJAX input elements. on true false java.lang.String Id of another component. eventType false false java.lang.String NOT IMPLEMENTED - Type of event (ie: onchange, onclick) action false false java.lang.String NOT IMPLEMENTED - Action to take (ie: update, submit, call (call a javascript function)) selectBooleanCheckboxAjax org.apache.myfaces.custom.inputAjax.HtmlSelectBooleanCheckboxAjaxTag JSP Extends standard selectBooleanCheckbox by user role support. &standard_select_boolean_checkbox_attributes; &user_role_attributes; &ext_forceId_attribute; &display_value_only_attributes; &ext_ajax_attributes; onImage false false java.lang.String Image to show instead of checkox when boolean value is true offImage false false java.lang.String Image to show instead of checkox when boolean value is false message org.apache.myfaces.custom.inputAjax.HtmlMessageTag JSP MyFaces extension to the standard messages tag: see summaryDetailSeparator attribute &standard_message_attributes; &user_role_attributes; &ext_forceId_attribute; summaryFormat false false If present, instead of rendering the message summary, a MessageFormat with this attribute as pattern is created. The format method of this MessageFormat is called with the message summary as the first argument and the label of the associated component (if any) as the second argument. Example: "{0}:" detailFormat false false If present, instead of rendering the message detail, a MessageFormat with this attribute as pattern is created. The format method of this MessageFormat is called with the message detail as the first argument and the label of the associated component (if any) as the second argument. Example: "The input in field {1} is wrong: {0}" replaceIdWithLabel false false If present, all occurrences of the id of the component for which the message is rendered will be replaced by the label. Standard is true for the extended message renderer. subForm org.apache.myfaces.custom.subform.SubFormTag JSP A 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. &ui_form_attributes; preserveSubmittedValues false false true|false - set to false if you submit other subforms and would like to have your subform reflecting any model update. Default: true selectOneRow org.apache.myfaces.custom.selectOneRow.SelectOneRowTag JSP Enhancement for a data-table to select one Row with a radio button. The row-index is stored in the vealu-binding groupName true false java.lang.String The Name of the radio-button-group to use &html_align_attribute; &html_disabled_attribute; &html_focus_blur_attributes; &html_onchange_attribute; &html_onclick_attribute; &html_onselect_attribute; &html_readonly_attribute; &ui_input_attributes; stateChangedNotifier org.apache.myfaces.custom.statechangednotifier.StateChangedNotifierTag JSP stateChangedNotifier component A component that listens to changes in the components &ui_component_attributes; &ui_state_changed_notifier_attributes; outputText org.apache.myfaces.custom.suggestajax.tablesuggestajax.HtmlOutputTextTag JSP outputText component Extending the outputText component in order to introduce the for attribute. &standard_output_text_attributes; for false false java.lang.String Specify the id of the dom element where the label should be put in forValue false false java.lang.String Specify the id of the dom element where the value should be put in. This value is also included in the suggested table, but only in a hidden span element following the span for the label in one row. label false false java.lang.String To provide a second value in form of a label. Usage like SelectItem. Label is brought to client in a hidden span element near the value. ifMessage org.apache.myfaces.custom.ifmessage.IfMessageTag JSP ifMessage component Provide a component that will optionally render its children if the specified component(s) specified has a message. for false false java.lang.String fishEyeNavigationMenu org.apache.myfaces.custom.fisheye.HtmlFishEyeNavigationMenuTag JSP fishEye List component Provide a FishEye toolbar component from the DOJO toolkit &faces_id_optional_attribute; &faces_rendered_attribute; &html_fisheye_list_attributes; fishEyeCommandLink org.apache.myfaces.custom.fisheye.FishEyeCommandLinkTag JSP fishEye commandLink component CommandLink component that can be used in nodeStamp facet &ui_command_attributes; &html_fisheye_commandlink_attributes; timedNotifier org.apache.myfaces.custom.timednotifier.TimedNotifierTag JSP Displays a timed notifier tag &ui_component_attributes; &html_timed_notifier_attributes; startConversation org.apache.myfaces.custom.conversation.StartConversationTag JSP Starts a new conversation &start_conversation_attributes; &standard_conversation_attributes; endConversation org.apache.myfaces.custom.conversation.EndConversationTag JSP Ends a conversation &end_conversation_attributes; &standard_conversation_attributes; separateConversationContext org.apache.myfaces.custom.conversation.SeparateConversationContextTag JSP Separates the current context from the children. e.g. commandLinks will start a new conversation context conversation org.apache.myfaces.custom.conversation.ConversationTag JSP puts a bean into the conversation context name false false the name of the conversation. Notice: required if tag not as child of startConversation tag. &conversation_attributes; ensureConversation org.apache.myfaces.custom.conversation.EnsureConversationTag JSP Ensures a named conversation is running &ensure_conversation_attributes; &standard_conversation_attributes; convertNumber org.apache.myfaces.custom.convertNumber.TypedNumberConverterTag JSP This tag creates a number formatting converter and associates it with the nearest parent UIComponent. It uses either the manually set <code>destType</code> 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. &convertNumber_attributes; &ui_convertNumber_attributes; pprPanelGroup org.apache.myfaces.custom.ppr.PPRPanelGroupTag JSP PanelGroup which supports a partialTriggers Attribute similar to the one in Trinidad &standard_panel_group_attributes; partialTriggers false false java.lang.String Comma or Space seperated List of ids from ui_command-items which trigger a partial update of this PanelGroup partialTriggerPattern false false java.lang.String Regular Expression If the client Id of a submitting Component matches this Pattern the corresponding pprPanelGroup is updated via AJAX inlineLoadingMessage false false java.lang.String If this attribute is set the content of the PPRPanelGroup will be replaced by the provided Loading-Message during partial update periodicalUpdate false false Does a periodical refresh of the partial page inside the ppr group. In milliseconds. No partialTriggers are needed. periodicalTriggers false false If a periodicalUpdate is set this trigger starts the periodical requests. No partialTriggers are needed. excludeFromStoppingPeriodicalUpdate false false Normally when a link is clicked during periodical update, the update is stopped in order to prevent the server from getting unexpected requests. For any POST-request this is the wanted behaviour because the screen is completely refreshed and periodical updating starts again after the response. However, this behaviour may be unwanted e.g. in case of opening a new window with a link where the main screen should stay refreshed. This attribute takes a regular expression of link-client-ids for which the periodical update should not be stopped. If this value is given, there will be a default timeout of 2000 milliseconds before any periodical update will start again. This is done as mentioned before in order to prevent the server from getting unexpected requests. This timeout can be influenced via the waitBeforePeriodicalUpdate attribute. waitBeforePeriodicalUpdate false false This attribute only works in combination with the excludeFromStoppingPeriodicalUpdate attribute. The value in milliseconds tells the periodical update mechanism to stop for the given amount of time after clicking a link, specified by the excludeFromStoppingPeriodicalUpdate attribute. The default value is 2000 milliseconds. showDebugMessages false false If false, alert messages which can be fired after a ppr response are not displayed in the browser. May switched to true in test environments. Default: false stateUpdate false false If set to false, there will be no stateUpdate on server side due to the partialPage refresh. Default: true appendMessages false false comma separated List of client Ids that specify the messages components in the page to which messages are appended by this PPRPanelGroup replaceMessages false false comma separated List of client Ids that specify the messages components in the page which messages are replaced by this PPRPanelGroup componentUpdateFunction false false client javascript function which will do the actual dom update. function signature: function(formNodeElement, updateTargetElement, pprResponseElement) pprSubmit org.apache.myfaces.custom.ppr.PPRSubmitTag JSP PPRSubmitTag can be attached to command components, enabling PPR-request inside UIData components processComponentIds false false comma separated List of component ids to process. As usual the whole form will be transmitted and rerendered, but only for the components configured validation and update-model will happen. layoutingContentPane org.apache.myfaces.custom.dojolayouts.DojoContentPaneTag JSP Base content pane for the dojo layouts &ui_output_attributes; &dojowidget_attributes; sizeShare false false Size share value describing the place the content pane wants from its parent styleClass false false The CSS class for this element. Corresponds to the HTML 'class' attribute. style false false The CSS class for this element. Corresponds to the HTML 'class' attribute. href false false java.lang.String Remote href for iframe simulation adjustPaths false false Path adjustment as defined by dojo extractContent false false Defined by dojo, see the examples parseContent false false Defined by dojo see the examples preload false false Content Preloading handler false false java.lang.String Javascript function which should generate the content scriptScope false false java.lang.String Scopecontainer for downloaded Scripts refreshOnShow false false Description for the attribute layoutAlign false false java.lang.String Layoutalignment usable in conjunction with a layout container executeScripts false false If true scripts will be evaled after rendering layoutingTitlePane org.apache.myfaces.custom.dojolayouts.TitlePaneTag JSP Title Pane layouting element &ui_output_attributes; &dojowidget_attributes; containerNodeClass false false java.lang.String the css node class for the container part of the element labelNodeClass false false java.lang.String the css node class for the label part of the pane label false false java.lang.String Label for the titled paned element layoutingSplitPane org.apache.myfaces.custom.dojolayouts.DojoSplitPaneTag JSP PanelGroup which supports a partialTriggers Attribute similar to the one in Trinidad &ui_output_attributes; &dojowidget_attributes; styleClass false false The CSS class for this element. Corresponds to the HTML 'class' attribute. style false false The CSS class for this element. Corresponds to the HTML 'class' attribute. sizeShare false false Size share value describing the place the content pane wants from its parent activeSizing false false Size share value describing the place the content pane wants from its parent sizerWidth false false width of the sizer bar orientation false false java.lang.String horizontal or vertical persist false false If true, cookie persisting of the split pane is enabled startPoint false false Starting Point of the split pane as defined by dojo lastPoint false false Last point of the split pane modalDialog org.apache.myfaces.custom.dialog.ModalDialogTag JSP Modal Dojo Dialog (is not working with overridden 'onload') &ui_panel_attributes; &dojowidget_attributes; style false false HTML: CSS styling instructions. styleClass false false The CSS class for this element. Corresponds to the HTML 'class' attribute. dialogVar true false java.lang.String The name of the variable to control the dialog (dojo widget) with javascript. dialogId true false java.lang.String The id to control the dialog (dojo widget) with javascript. dialogAttr false false java.lang.String A space separated list with attribute='value' pairs, which control the behaviour of the dojo dialog. hiderIds false false java.lang.String A comma separated list with ids of input-elements, which can tell (by javascript-code) the dialog to hide. viewId false false java.lang.String The URL of the view to show within the content area of the dialog dialogTitle false false java.lang.String The title text to show in the title area closeButton false false java.lang.String true|false - Set to true if a close button should be rendere within the title area (requires a dialogTitle) validateCSV org.apache.myfaces.custom.csvvalidator.ValidateCSVTag JSP Validation by validating comma separated values individually. &ext_validator_base_attributes; &csvvalidator_attributes; submitOnEvent org.apache.myfaces.custom.submitOnEvent.SubmitOnEventTag JSP Attach an event handler to an input element or use a global event handler to submit a form by "clicking" on a link or button &submit_on_event_attributes; exporter org.apache.myfaces.custom.exporter.ExporterTag JSP Export datatable contents to an excel file or a pdf file. &ui_component_attributes; &exporter_attributes; floatingPane org.apache.myfaces.custom.dojolayouts.FloatingPaneTag JSP PanelGroup which supports a partialTriggers Attribute similar to the one in Trinidad &ui_output_attributes; &dojowidget_attributes; &floatingpane_base_attributes; filterTable org.apache.myfaces.custom.table.FilterTableTag JSP &ui_component_attributes; &filter_table_attributes; sortableColumn org.apache.myfaces.custom.table.SortableColumnTag JSP &ui_component_attributes; &sortable_column_attributes; validationScript org.apache.myfaces.custom.clientvalidation.validationscript.ValidationScriptTag JSP &ui_component_attributes; limitRendered org.apache.myfaces.custom.limitrendered.UILimitRenderedTag JSP Tag that allows for selective rendering based on a count or by child index &ui_component_attributes; &ui_limitRendered_attributes; roundedDiv org.apache.myfaces.custom.roundeddiv.HtmlRoundedDivTag JSP Component that allows for a rounded border effect on DIV tags that is supported in CSS2 compatible browsers and IE6. &ui_component_attributes; &user_role_attributes; &html_roundeddiv_attributes; passwordStrength org.apache.myfaces.custom.passwordStrength.PasswordStrengthTag &standard_input_text_attributes; preferredPasswordLength true true java.lang.String The prefered length of the password textStrengthDescriptions false true java.lang.String The text strength descriptions prefixText false true java.lang.String The prefix of the component message showDetails false true java.lang.String This flag {true | false} determines whether to show the details (left characters). default is true strengthIndicatorType false true java.lang.String This flag determines the indicator type. It can be {text or bar}. Default is text useCustomSecurity false true java.lang.String This flag determines whether to user custom security rules instead of just depending on the password length. The default is false. customSecurityExpression false true java.lang.String This string determines the expression of the custom security rule of the password Note that the expression has the following format : ******************************************************* S (Number) N (Number) A (Number) Where S stands for Symbols Where N stands for Numbers Where A stands for Alphabets ******************************************************* For example) A4N2S3A2 Means that the password will be as following : 4 or more Alphabets followed by 2 or more Numbers followed by 3 or more Symbols followed by 2 or more Alphabets ******************************************************* Note also that the useCustomSecurity should be set to true. penaltyRatio false true java.lang.String This attribute determines the penalty ratio that will decrease the password Strength if the custom security expression is not met. Note also that the useCustomSecurity should be set to true to apply this flag. Possible values from 0 to 100. Default value is 50. media org.apache.myfaces.custom.media.MediaTag JSP &ui_component_attributes; source true true java.lang.String Determines the path of the media file. contentType true true java.lang.String Determines the media content type. width false true Integer to indicate the media weight. height false true Integer to indicate the media height. exporterActionListener org.apache.myfaces.custom.exporter.ExporterActionListenerTag JSP &exporter_attributes;