<?xml version="1.0" ?> 
<jump-container type="dialog">

<Composite name ="AskForCdPath" title="Java $(/ProcedureName) Master DVD" description="Enter the path to the Java $(/ProcedureName) Master DVD">

<FileInput name="CDPATH">
  <HEADING>Enter the path to the Java $(/ProcedureName) Master DVD. This is the DVD that you used to start the Java $(/ProcedureName).</HEADING>
  <LABEL>Java $(/ProcedureName) Master DVD</LABEL>
  <VARIABLE>CDPATH</VARIABLE>
</FileInput>

<OKCancel name="OK">
  <VARIABLE>OKAY</VARIABLE>
</OKCancel>

</Composite>

<validators>

<RequiredFieldValidator name="MandatoryField" appliesTo="CDPATH">
<ErrorMessage><![CDATA[
Entering the DVD path is required.<br>
]]></ErrorMessage>
</RequiredFieldValidator>

<CustomValidator name="MasterCDCheck" appliesTo="CDPATH">
<ErrorMessage><![CDATA[
The path you have specified does not contain the Java $(/ProcedureName) Master DVD.<br>
]]></ErrorMessage>
<ValidatorClass>com.sap.sdt.ucp.bootstrap.CdPathValidator</ValidatorClass>
</CustomValidator>
  
</validators>

</jump-container>