componentDIF1

Description: Call a DIF1 stage in component mode.
The parameters must be passed in a String in the following format: "param1=value, param2=value, ...".

JavaDoc: Click here

Body content: Empty. All enclosed content will be ignored.

Attributes:

Name Description Data type Required Default value
appID The application id of the stage we wish to include String Yes -
mediaID The application id of the stage id we wish to include String Yes -
srvID The service id of the stage id we wish to include String Yes -
stageID The stage id we wish to include String Yes -
parameters A map of parameters to pass to the component stage String Yes -

Examples:

<dif:document>
    <dif:component appID="1" mediaID="1" srvID="123" stageID="1" />
    
   ...
   
</dif:document>

Back to tag reference