<pac:result>

This tag specifies what kind of output IBM Spectrum LSF Application Center should expect from an action. Valid output is either text or HTML. The result of the action is parsed by an XHTML parser and returned as XHTML to the browser.

<pac:result> has the following attributes:


Name Description Required
type Defines the kind of output for the action True

Example:

<pac:action id="submit" label="submit job">
   PAC_TOP/service/samples/jobStatusApp_xml
   <pac:result type="text/html" />
</pac:action>