// by the user.
public void readSettings(WizardDescriptor settings) {
}
public void storeSettings(WizardDescriptor settings) {
WizardDescriptor wd = settings;
ActionBeanVisualPanel1 configPanel = (ActionBeanVisualPanel1) getComponent();
wd.putProperty(EXTEND_ACTION_BEAN, configPanel.extendExistingActionBean());
wd.putProperty(ACTION_BEAN_CLASS, configPanel.getExtendedActionBeanClass());
wd.putProperty(OVERRIDE_CONTEXT_METHODS, configPanel.overrideContextMethods());
wd.putProperty(CONTEXT_CLASS, configPanel.getExtendedContextClass());
wd.putProperty(USE_URL_BINDING, configPanel.useCustomUrlBinding());
wd.putProperty(URL_BINDING, configPanel.getCustomUrlBinding());
}