ICEfaces-EE ACE Components
Tag growlMessages


Display Faces messages in a Growl container positioned on one of the four corners of the browser window.


Tag Information
Tag Classorg.icefaces.ace.component.growlmessages.GrowlMessagesTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
autoHidenotruejava.lang.StringTypes of messages to auto hide after display: "true" (auto hide all messages), "false" (don't auto hide any message), "info", "warn", "error", or "fatal" (auto hide messages at or below specified severity.) Default = 'true'.
bindingnotruejavax.el.ValueExpressionUsing an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean.
closeAllnotruebooleanWhether or not the close-all button should be used when more than one notification appears on the screen. (Close visible messages only, not hidden messages.) Default = 'true'.
displayDurationnotrueintThe lifespan (milliseconds) of an auto-hide message on the screen. Default = '3000'.
escapenotruebooleanFlag indicating that characters that are sensitive in HTML and XML markup must be escaped. Note: setting this to false may open up security issues. See XSS (Cross Site Scripting) Prevention Cheat Sheet. Default = 'true'.
fornotruejava.lang.StringIdentifier of the component for which to render error messages. If this component is within the same NamingContainer as the target component, this must be the component identifier. Otherwise, it must be an absolute component identifier (starting with ":"). Leave out or use "@all" to output global messages.If you only want the components within the current view, you can use " @inView". Default value for this is @all
globalOnlynotruebooleanFlag indicating whether only global messages (that is, messages with no associated client identifier) should be rendered. Mutually exclusive with the 'for' property which takes precedence. Default = 'false'.
headernotruejava.lang.StringHeader to prefix a message. Default = ''.
hideEffectDurationnotruejava.lang.StringDuration (also called "speed" in jQuery) of hide effect. Values and default same as for showEffectDuration. Default = '_default'.
idnotruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
maxVisibleMessagesnotrueintLimit the number of messages appearing at a given time to this number. Default is 0, no limit. Default = '0'.
messageOrdernotruejava.lang.StringDesignates whether a notification should be appended to the container after all notifications, or whether it should be prepended to the container before all notifications. Options are "after" or "before". Default = 'after'.
messageStyleClassnotruejava.lang.StringA CSS class to be applied to each notification when they are created. Default = ''.
positionnotruejava.lang.StringDesignates a class which is applied to the growl container and controls its position on the screen. Options: top-left, top-right, bottom-left, bottom-right. Default = 'top-right'.
redisplaynotruebooleanA flag indicating this UIMessages instance should redisplay FacesMessages that have already been handled. Default = 'true'.
renderednotruebooleanReturn true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'.
showDetailnotruebooleanFlag indicating whether the "detail" property of messages for the specified component should be rendered. Default = 'false'.
showEffectDurationnotruejava.lang.StringDuration (also called "speed" in jQuery) of show effect. One of "slow", "_default", "fast", or an integer of milliseconds. ("slow", "_default", "fast" currently equated to 600, 400 and 200 respectively in jQuery.) Default = '_default'.
showSummarynotruebooleanFlag indicating whether the "summary" property of messages for the specified component should be rendered. Default = 'true'.
useNativeNotificationsnotruebooleanEnable native browser notifications instead of using Growl notifications. Default = 'false'.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.