<core:WRAP file="inputautocompletelayout.html" placeholder="BodyContents">

<form method="post" runat="server">

    <core:optional for="Country">
        <P class="Preview">You entered: {$Country}</P>
    </core:optional>

    <ERRORSUMMARY id='Summary'>
        <list:ITEM>
            <FONT COLOR="RED">{$ErrorMessage}</FONT><list:SEPARATOR><BR></list:SEPARATOR>
        </list:ITEM>
    </ERRORSUMMARY>

  <table width="100%" border="0" cellspacing="2" cellpadding="3">
    <tr>

      <td width="20%">
        <label for="Country" errorclass="Error">Enter a country</label>
      </td>

      <td width="80%">

         <form:inputautocomplete name="Country" id="Country"/>

      </td>

    </tr>

    <tr>
      <td>&nbsp;</td>
      <td><input name="select" type="submit" value="Enter">
      </td>
    </tr>

  </table>
</form>