examples/ajax/public/index.xhtml in nitro-0.15.0 vs examples/ajax/public/index.xhtml in nitro-0.16.0
- old
+ new
@@ -58,10 +58,12 @@
</script>
</head>
<body>
<h1>Server side autocompletion</h1>
<form>
-Enter a Country: <input type="text" id="country" name="country" value="" onkeyup="getWord(this,event)" autocomplete="off" />
+<b>Enter a Country:</b> <input type="text" id="country" name="country" value="" onkeyup="getWord(this,event)" autocomplete="off" />
+<br />
+try one of #{COUNTRIES.join(', ')}
</form>
<h1>Send data to a server action</h1>
<p>
<input id="hitval" type="text" value="Test" /> <a href="#" onclick="hit()">Send</a>
</p>