JSP CUSTOM TAG LIBRARIES


runagent tag
Example

Runs a specified back-end agent on the server. You can specify agents that run on the server, such as agents that send mail or create a folder. You cannot specify an agent that displays information in the browser to the user. For example, you cannot run an agent that contains a LotusScript print statement using this tag. If you want to capture data using this tag to run an agent, you must write the agent's results to a document and access the document to recover the data.

To use this tag to run an agent, set up the basics tab of the Agent Properties box for the agent as follows:

1. In the Trigger section, select the On event radio button.

2. Choose Action menu selection in the drop-down box.

3. In the Target drop-down box, choose None.

Contexts

Valid in:


Syntax
Attributes

dbname


dbserver
host
name
password
unid
user
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

Example
See Also