[Oracle ADF] PanelGroupLayout и RichPanelGroupLayout
RichPanelGroupLayout pgl = (RichPanelGroupLayout)l_page.findComponent("pgl90" );
pgl.setVisible(true);
AdfFacesContext.getCurrentInstance().addPartialTarget(pgl);
RichPanelGroupLayout pgl = (RichPanelGroupLayout)l_page.findComponent("pgl90" );
pgl.setVisible(true);
AdfFacesContext.getCurrentInstance().addPartialTarget(pgl);