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 Class | net.jspcontrols.tags.HandlerTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
event | true | true | java.lang.String | The 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.