{
EditableWindowContext editableWindowContext =
(EditableWindowContext)ConversationUtils.getWindowContextManager().getCurrentWindowContext();
Set<? extends Bean> foundBeans =
beanManager.getBeans(pageBeanDescriptor.getBeanClass(), new AnyLiteral());
Bean<?> foundBean;
Set<Bean<?>> beanSet;
Class<?> conversationGroup;
for(Bean<?> currentBean : foundBeans)