Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:queryevents
Performs a query for a list of registered events.
Syntax
<ics:queryevents list="list name"
[name="event name pattern"] [type="event type"] [enabled="true|false"]/>Parameters
list (required)- Name of the output list.
 
name (optional)- Name of the event.
 
type (optional)- Specifies if the event is a servlet event or an email event. Legal values are
 1to specify a servlet event and2to specify an email event.
enabled (optional)- Specifies whether the query runs on enabled events or disabled events. Legal values are
 trueto query only enabled events orfalseto query only disabled events.
Description
This tag queries Content Server for a list of events that have been registered with using the
ics:emaileventtag. Theics:queryeventtag returns a list with the following columns:
- Name
 
- Type
 
- Enabled
 
- Time
 
- Target (for application events)
 
- Recipient (for email events)
 
- Params (for application events)
 
- Filename (for email events)
 errno
The possible values of
errnoinclude:
 Value Description -203 Event error -10004 A required parameter is missing. -10010 Invalid parameter valueExample
The following example lists all events:
<ics:queryevents list="events" enabled="true"/> <ics:listloop list="events"> <ics:getvar="events.name"/> <br/> </ics:listloop>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.