<!--  $Header: mlrTest.uix 115.32 2003/10/17 21:30:51 jolsson ship $ -->
<page xmlns="http://bali.us.oracle.com/cabo/baja" 
      xmlns:baja="http://bali.us.oracle.com/cabo/baja"
      xmlns:marlin="http://bali.us.oracle.com/cabo/marlin" 
      xmlns:html="http://www.w3.org/TR/REC-html40"
      xmlns:data="http://bali.us.oracle.com/cabo/marlin">

  <baja:head xmlns="http://www.w3.org/TR/REC-html40">
    <title>Oracle Workflow Manager</title>
  </baja:head>
  <handlers>
    <event name="doTest">
     <method
       class="oracle.apps.fnd.wf.oam.handlers.WfTestMailerHandler"
       method="doTest"/>
    </event>
    <event name="gotToPreviousPage">
     <method
       class="oracle.apps.fnd.oam.sdk.common.OAMHandler"
       method="goToPreviousPage"/>
    </event>
  </handlers>

  <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin">
    <dataScope>
     <contents>
      <!--<form name="wrapperForm" method="post"><contents>-->

     
		<stackLayout><contents>
		  <!-- Validation Error Message, if any -->
		  <messageBox data:message="VAL_ERR_MSG@LD" messageType="error" longDescURL="unimpl" data:rendered="RENDER_VAL_ERR_MSG@LD"/>

		  <!-- Success Message, if any -->
	          <messageBox data:message="SUCCESS_MSG@LD" messageType="info" longDescURL="unimpl" data:rendered="RENDER_SUCCESS_MSG@LD"/>

		  <styledText data:text="WF_TIP_TEST@WFRB" styleClass="OraInstructionText"/>

		  <!-- Include the LOV Javascript Library -->
            	  <include baja:node="/oam/common/oamLov"/>
		  <formValue name="dummy" value=""/>
		  <spacer height="1"/>
		  <labeledFieldLayout labelWidth="1%"><contents>
			<!--<styledText styleClass="OraInstructionText" data:text="WF_MTEST_ROLE@WFRB"/>
				<rowLayout><contents>
				<messageTextInput name = "role" columns="20" message="" data:shortDesc="WF_MTEST_ROLE@WFRB">
				 <end>
						   <flowLayout><contents>
						   <image data:source="SEARCH_IMG@getImageLinks" data:onClick ="role@getLaunchString" data:shortDesc="WF_SAS_ROLES@WFRB"/>
						    <submitButton formName="wrapperForm" data:text="WF_MTEST_SEND@WFRB" name="event" value="doTest" data:rendered="RENDER_SEND_BUTTON@LD"/>
						    </contents></flowLayout>
				 </end>

				</messageTextInput>
				</contents></rowLayout>-->
			<messageTextInput name = "role" columns="20" message="" data:shortDesc="WF_MTEST_ROLE@WFRB" data:prompt="WF_MTEST_ROLE@WFRB">
				 <end>
						   <flowLayout><contents>
						   <image data:source="SEARCH_IMG@getImageLinks" data:onClick ="role@getLaunchString" data:shortDesc="WF_SAS_ROLES@WFRB"/>
						    </contents></flowLayout>
				 </end>
				</messageTextInput>
			 <spacer width="1"/>
			 <submitButton formName="wrapperForm" data:text="WF_MTEST_SEND@WFRB" name="event" value="doTest" data:rendered="RENDER_SEND_BUTTON@LD"/>
		  </contents></labeledFieldLayout>		 
		  

		  <!-- Added tip as per bug 2882197 -->
		   <tip><contents>
			<styledText data:text="WF_MTEST_ROLE_NOT_PREF_TIP@WFRB"/>
		   </contents></tip>
		</contents></stackLayout>
		              
         
           <!--</contents></form>-->

      </contents>
      <provider>
	<!-- For Launching LOVs -->
	<data name="getLaunchString">
		 <method class="oracle.apps.fnd.wf.oam.handlers.WfTestMailerHandler" method="getLaunchString"/>
	</data>

 	<data name="Header">
		 <method class="oracle.apps.fnd.wf.oam.handlers.WfTestMailerHandler" method="getHeader"/>
	</data>
	<data name="LD">
		 <method class="oracle.apps.fnd.wf.oam.handlers.WfTestMailerHandler" method="getLayoutData"/>
	</data>

 	<data name="getImageLinks">
   		<method class="oracle.apps.fnd.oam.sdk.common.OAMHandler"
   			method="getImageLinks"/>
  	</data>

        <data name="WFRB">
          <bundle class="oracle.apps.fnd.wf.oam.resources.WfResourceBundle"/>
        </data>

        <data name="OAM_SRB">
          <bundle class="oracle.apps.fnd.oam.resources.OAMResourceBundle"/>
        </data>

      </provider>
    </dataScope>
  </baja:content>

</page>

