Use EventAction to build a web interface to view logged
events. This action will respond to the mapping /listEvents,
calling doListEvents().
The mapping's parameter can be used to set the page size of the
returned list; the page size defaults to 50:
The action is expecting a DynaActionForm with at least
the following configuration:
The action will load the events for page (page 0 if
page is not specified) and put them in events. If a
previous or next page is available, the corresponding form property is
set to its page number. The mapping's input is ignored; instead the
list forward is returned.
|