ForEachBean bean = facesContext.getApplication().evaluateExpressionGet(facesContext, "#{forEachBean}",
ForEachBean.class);
bean.addFirst();
bean.addMiddle();
bean.removeLast();
executeBeforeRender(facesContext);
executeBuildViewCycle(facesContext);
UIOutput itemA_3 = (UIOutput) facesContext.getViewRoot().findComponent("mainForm:item_a");