<form  xmlns="http://xmlns.oracle.com/cabo/marlin"
       xmlns:baja="http://xmlns.oracle.com/cabo/baja"
       xmlns:data="http://xmlns.oracle.com/cabo/marlin"
       xmlns:html="http://www.w3.org/TR/REC-html40"
       name="grantees">

 <contents>
  <header data:text="GRANTEES@nls" />
  <tableLayout width="80%" cellSpacing="25" >
   <contents>
   <rowLayout>
   <contents>
    <rowLayout>
     <contents>
        <messageTextInput readOnly="true"  
                          data:text="selectedRealm@realmSelection"/> 
        <messageTextInput name="granteeBase" 
                          columns="30" 
                          data:prompt="PROMPT_GRANTEE_SEARCH@nls" 
                          data:text="searchBase@baja:page"/> 
        <spacer width="5" height="1"/>      
        <submitButton data:text="GO@nls" 
                      baja:event="StoreSearchBase" />
        <spacer width="350" height="1"/>
        <submitButton data:text="BUTTON_NEW_GRANT@nls"
                      baja:event="NewGrant" /> 
        <formValue baja:event="StoreSearchBase" />
       </contents>
     </rowLayout>
   </contents>
   </rowLayout>

   <rowLayout>
   <contents>
     <table name="granteeGlobal" width="100%" 
            data:columnHeaderData="cols@granteeTable"
            data:columnFormats="colFormats@granteeTable"
            data:tableData="rows@granteeList"
            data:value="curIndex@granteeList" 
            data:maxValue="curMax@granteeList" 
            data:blockSize ="block@granteeList"
            data:alternateText="NO_DATA_FOUND@nls" 
            formSubmitted="true" >

       <columnHeaderStamp>
        <boundText select="field" />
       </columnHeaderStamp>

       <tableSelection>
         <singleSelection selectedIndex="0" 
                          data:text="RESULTS@nls">
 
          <contents>
           <submitButton data:text="DELETE@nls" 
                         baja:event="Delete"/>
          </contents>
         </singleSelection>
       </tableSelection>

       <contents>
         <styledText data:text="granteeName" 
                     data:destination="granteeNameDest"/>
         <formValue name="granteeName" 
                    data:value="granteeName" />
         <formValue name="granteeNameDest"
                    data:value="granteeNameDest" />
       </contents>
     </table>
    </contents>
   </rowLayout> 
  </contents>
 </tableLayout>
   
 </contents>
</form>



