blob: 77cfb34d74d026dee62ab91d3a3e3d8f5c9f738a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Wicket Examples - echo</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span wicket:id="mainNavigation"/>
<form wicket:id="form">
<input type="text" wicket:id="msgInput" value="" size="50" />
<input type="submit" value="set message" />
</form>
<span wicket:id="msg" id="msg">Message goes here</span>
</body>
</html>