Wicket 10 Ajax DiscountsPanel.html
<wicket:panel>
  <li wicket:id="discounts">
    <strong><span wicket:id="cheese.name">name</span></strong>,
    <span wicket:id="description">description</span>:
    <span wicket:id="discount">discount</span> off!&nbsp;
    (valid until <span wicket:id="until">until</span>)
  </li>
  <div wicket:id="feedback">[any feedback here]</div>
</wicket:panel>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License