ICE Components
Tag setEventPhase


The Set Event Phase component allows one to specify the phase that certain events will be broadcast in, for events originating from components in its child hierarchy. The component has the following attributes


Tag Information
Tag Classcom.icesoft.faces.component.seteventphase.SetEventPhaseTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean
disabledfalsefalsejava.lang.StringDisable the altering of event phases. This will not disable child input components, though.
eventsfalsefalsejava.lang.StringThe types of events that should be changed to be broadcasted in the different phase. Specified as a space delimited list of event class names. If a short version of the class name is given, without a package name, then "javax.faces.event" will be assumed. An event will be determined to match the entries in this property if it passes the instanceof test, meaning that if it is exactly that class, or is a subclass. If all events should have their phase changed, simply specify FacesEvent as the value of this property.
idfalsefalsejava.lang.StringNo Description
phasefalsefalsejava.lang.StringThe name of the phase to change events to be broadcasted in. It can be one of: ANY, APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES, INVOKE_APPLICATION.
renderedfalsefalsejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.

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.