(ActionPanel) getComponentFactoryRegistry().createComponent(
ComponentType.ACTION_PROMPT, actionPrompt.getContentId(), actionModel);
actionPrompt.setPanel(actionPanel, target);
actionPanel.setActionPrompt(actionPrompt);
actionPrompt.show(target);
focusOnFirstParameter(target, actionPanel);
}
}