protected void firstPage_setProjectName(String name) {
   wizard.getFirstPage().getNameGroup().getNameField().setFieldValue(name);
 }