JSP Controls Tag Library
 

accept (Tag Library Documentation Generator - Generated Documentation)


JSP Controls Tag Library
Tag handler


Handles input event. The body of this tag is evaluated if its "event" attribute equals to an event sent with request. This tag handles only standard events with ".jspcontrols.event" suffix in the key name. Handler tags must be defined in the body of Accept tag, otherwise they will not be evaluated. Use a separate Handler tag per event.

Tag Information
Tag Classnet.jspcontrols.tags.HandlerTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
eventtruetruejava.lang.StringThe name of event this tag handles. The body of this tag is evaluated if "event" attribute equals to an actual event sent with request.

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.