<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org">
<head>
    <title>Wicket Examples - component reference</title>
</head>
<body>
    <wicket:extend>

    <h1>wicket.extensions.markup.html.form.palette.Palette</h1>
    <wicket:link><a href="Index.html">[back to the reference]</a></wicket:link>

    <p>
    The Palette component.
    </p>
    <p>
     <form wicket:id="form">
        <span wicket:id="palette">
        </span>
        <br/>
       <input type="submit" value="submit" />
     </form>
     <span wicket:id="feedback">feedbackmessages will be put here</span>
    </p>
    <span wicket:id="explainPanel">panel contents come here</span>
</wicket:extend>
</body>
</html>