Wicket 10 Ajax Index.java
package wicket.in.action.chapter10.ajaxdiscounts;

import wicket.in.action.AbstractBasePage;

public class Index extends AbstractBasePage {

  public Index() {
    add(new DiscountsPanel("discounts"));
  }
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License