poppedView.getAttributes().remove(RequestContextImpl.LAUNCH_PARAMETERS);
requestMap.put(RequestContextImpl.LAUNCH_PARAMETERS, launchParameters);
requestMap.put(RequestContextImpl.LAUNCH_VIEW, poppedView);
context.responseComplete();
_LOG.fine("Returned from dialog and re-executing lifecycle for {0}",
poppedView.getViewId());
}
requestMap.put(DIALOG_RETURN, Boolean.TRUE);