WizardAction wizardAction,
AWRequestContext requestContext)
{
Wizard wizard = frame.getWizard();
WizardActionTarget target = wizard.invokeAction(wizardAction, requestContext);
AWResponseGenerating targetComponent = null;
if (target instanceof UrlActionTarget) {
targetComponent = generateResponseForUrlTarget(
frame, (UrlActionTarget)target, requestContext);
}
else if (target instanceof WizardFrame) {