private static final String INSCRIPTION_DIALOG = "inscriptionDialog";
private Dialog inscriptionDialog;
public BasePage(PageParameters parameters) {
super();
add(new JavaScriptReference("extBase", ExtAnchor.class, "2.0/adapter/ext/ext-base.js"));
add(new JavaScriptReference("extAll", ExtAnchor.class, "2.0/ext-all.js"));
add(new StyleSheetReference("extAllCss", ExtAnchor.class, "2.0/resources/css/ext-all.css"));
add(new StyleSheetReference("pickwickCss", BasePage.class, "css/pickwick.css"));
initPage(parameters);