Group files
Group files contain a list of participants, and participant files have all server-model-specific code data. Participant files can be used by more than one extension, so several group files can refer to the same participant file.
The following example shows a high-level view of the Server Behavior Group EDML file. For a complete list of elements and attributes, see Group EDML file tags.
<group serverBehavior="Go To Detail Page.htm" dataSource="Recordset.htm"> <groupParticipants selectParticipant="goToDetailPage_attr"> <groupParticipant name="moveTo_declareParam" partType="member"/> <groupParticipant name="moveTo_keepParams" partType="member"/> <groupParticipant name="goToDetailPage_attr" partType="identifier" /> </groupParticipants></group>
In the groupParticipants block tag, each groupParticipant tag indicates the EDML participant file that contains the code block to use. The value of the name attribute is the participant file name minus the .edml extension (for example, the moveTo_declareParam attribute).