sweetdev-ria-el
Tag actionElse


Description : Allow you to describe an action to execute if the control fails. Nested in tag : ria:control


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELActionElseTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameAction Else Tag

Attributes
NameRequiredRequest-timeTypeDescription
typetruetrueintType of action. These types are described in the ActionInterface class (ex : ActionInterface.SHOW_ACTION)
targetIdsfalsetruejava.lang.StringComponents targeted by the action's result. (ex : 'input1,inpu2')
conditionfalsetruejava.lang.StringOptional condition value to execute this action. This action will be processed only if the control component's value validates this condition. Written as a regexp.
paramfalsetruejava.lang.StringOptional parameter. Define a JavaScript method to execute for ActionInterface.HANDLER_ACTION, or a Java server class as data provider for ActionInterface.LOADDATA_ACTION and ActionInterface.SETVALUE_ACTION
renderedfalsetruebooleanRendered or not, acceptable values are: [true(default), false].
idfalsetruejava.lang.StringUnique Identifier. Accepts EL.
templateStartfalsetruejava.lang.StringSpecial velocity start template to replace default. Accepts EL.
templateEndfalsetruejava.lang.StringSpecial velocity end template to replace default. Accepts EL.

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.