<Field>
<Display class=’Link’>
<Property name=’name’ value=’Request
Group Access’/>
<Property name=’URL’
value=’user/processLaunch.jsp?newView=true’>
<Property name=’id’ value=’Group Request
Process’/>
</Display>
</Field>
Link components are one place in your form where you might use a <map> element to pass name/value pairs. In the following example, the <map> element contains several pairs: a mapping of a String to a Boolean value and a String to a List.
<invoke class=’com.waveset.ui.FormUtil’
name=’getOrganizationsDisplayNames’>
<ref>:display.session</ref>
<map>
<s>filterVirtual</s>
<o><Boolean>true</Boolean></o>
<s>current</s>
<list>
<ref>original.orgParentName</ref>
</list>
<s>excluded</s>
<list><ref>orgName</ref></list>
</map>
</invoke>