Find.Action

Performs the specified action.

Parameters

One of the following Find commands must be specified in the URL:

The existence of one of these values in the URL determines which action is invoked. Refer to the documentation of each command for its parameter information.

Return Values

For specific return values, see the documentation for each command.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type="hidden" name="User.context" value="psquRmoverPq">
   <INPUT type="hidden" name="action" value="Find.Action">
   <INPUT type="hidden" name="Find.First" value="true">
   <INPUT type="hidden" name="Find.UpdateList" value="1">
   <INPUT type="Radio" Name="Find.bQuerySubject" CHECKED
          value="false">
   <INPUT NAME="Find.queryText" TYPE="text" VALUE="test" SIZE=25 >
   <INPUT type="hidden" name="merge" value="msglist">
</FORM>