Oracle Waveset 8.1.1 Deployment Reference

Link

Places a link on the page.

Properties include:

Example

<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>
 

Note –

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>