if (name.length() > 0) {
// Create the new element
ACSElement retval =
ACSFactory.getInstance().createElement(e, name);
getContext().getEventBus().postEvent(
new NewBaseElementEvent(getContext(), retval));
} else {
// Request a refresh so the popup menu is removed
// from the display.
getContext().getEventBus().postEvent(
new RefreshDisplayEvent(getContext()));