sweetdev-ria-el
Tag control


Description : Allow you to describe a control on a component and/or execute action after an user input. Nested in tag : any


Tag Information
Tag Classcom.ideo.sweetdevria.taglib.el.ELControlTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameControl Tag

Attributes
NameRequiredRequest-timeTypeDescription
srcIdstruetruejava.lang.StringComponents identifiers to control. Comma separated. The component seeker first look for a SweetDEV RIA component, then for an HTML component's id, and finally for an HTML component's name filled with the identifier.
allowCharfalsetruejava.lang.StringRegexp of all allow characters, like '[0-9]/i]' for a numeric format. All others characters will be forbidden for the user.
maskfalsetruejava.lang.StringYou can specify the mask used for this control. You can also used a nested 'test' tag with mask attribute.
messageTypefalsetruejava.lang.StringYou can specify the message type send by this control. You can also used a nested 'test' tag with type attribute.
messagefalsetruejava.lang.StringYou can specify the message send by this control. You can also used a nested 'test' tag with message attribute.
canBeEmptyfalsetruejava.lang.BooleanTrue if the components can be empty, false otherwise.
applyErrorClassfalsetruejava.lang.BooleanTrue to apply error component class, else false
applyLabelErrorClassfalsetruejava.lang.BooleanTrue to apply error component label class, else false
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.