Sun Java System Web Server 6.1 SP7 Programmer's Guide to Web Applications

<formSubmission>

Function

Tests if the form submission is successful.

Attributes

formId. Specifies the name of the form in question. It must be the same as that for <formAction>.

success. Indicates if the form submission is successful. The values true or yes represents successful action. All other inputs will be rendered as failure.

Usage

<s1ws:formSubmission success="true" >
         <s1ws:search>
         ...
   </s1ws:formSubmission>