Error - javax.el.ELException: Error reading [organizingCommittee] on type [frontend.OrganizersPageBean$$OwbNormalScopeProxy0]
An Error Occurred:
javax.el.ELException: Error reading [organizingCommittee] on type [frontend.OrganizersPageBean$$OwbNormalScopeProxy0]
viewId=/organizers.xhtml
location=/opt/apache-tomee-webprofile-8.0.14/QNP/CSQCDIX/organizers.xhtml
phaseId=RENDER_RESPONSE(6)
Caused by:
java.lang.RuntimeException - No toolkit found
at javafx.graphics@19.0.2.1/com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:280)
/organizers.xhtml at line 36 and column 51 value="#{organizersPageBean.organizingCommittee}"
org.apache.myfaces.view.facelets.el.ContextAwareELException: javax.el.ELException: Error reading [organizingCommittee] on type [frontend.OrganizersPageBean$$OwbNormalScopeProxy0]
at org.apache.myfaces.view.facelets.el.ContextAwareTagValueExpression.getValue(ContextAwareTagValueExpression.java:101)
at javax.faces.component._DeltaStateHelper.eval(_DeltaStateHelper.java:356)
at javax.faces.component.UIData.getValue(UIData.java:2229)
at org.primefaces.component.api.UIData.getDataModel(UIData.java:628)
at org.primefaces.component.api.UIData.setRowModel(UIData.java:419)
at org.primefaces.component.api.UIData.setRowIndexWithoutRowStatePreserved(UIData.java:412)
at org.primefaces.component.api.UIData.setRowIndex(UIData.java:472)
at javax.faces.component.UIData.encodeEnd(UIData.java:1829)
at org.primefaces.renderkit.CoreRenderer.renderChild(CoreRenderer.java:85)
at org.primefaces.renderkit.CoreRenderer.renderChildren(CoreRenderer.java:67)
at org.primefaces.component.fieldset.FieldsetRenderer.encodeContent(FieldsetRenderer.java:117)
at org.primefaces.component.fieldset.FieldsetRenderer.encodeMarkup(FieldsetRenderer.java:98)
at org.primefaces.component.fieldset.FieldsetRenderer.encodeEnd(FieldsetRenderer.java:62)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:675)
at javax.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:555)
at javax.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:551)
at org.apache.myfaces.shared.renderkit.RendererUtils.renderChildren(RendererUtils.java:688)
at org.apache.myfaces.shared.renderkit.html.HtmlGroupRendererBase.encodeEnd(HtmlGroupRendererBase.java:150)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:675)
at javax.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:555)
at javax.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:551)
at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.renderView(FaceletViewDeclarationLanguage.java:1897)
at org.apache.myfaces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:315)
at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:73)
at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:122)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:266)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:206)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.openejb.server.httpd.EEFilter.doFilter(EEFilter.java:67)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:45)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.tomee.catalina.OpenEJBSecurityListener$RequestCapturer.invoke(OpenEJBSecurityListener.java:97)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:1589)
Caused by: javax.el.ELException: Error reading [organizingCommittee] on type [frontend.OrganizersPageBean$$OwbNormalScopeProxy0]
at javax.el.BeanELResolver.getValue(BeanELResolver.java:101)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:62)
at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:179)
at org.apache.el.parser.AstValue.getValue(AstValue.java:168)
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189)
at org.apache.webbeans.el22.WrappedValueExpression.getValue(WrappedValueExpression.java:68)
at org.apache.myfaces.view.facelets.el.ContextAwareTagValueExpression.getValue(ContextAwareTagValueExpression.java:93)
... 53 more
Caused by: java.lang.RuntimeException: No toolkit found
at javafx.graphics@19.0.2.1/com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:280)
at javafx.graphics@19.0.2.1/com.sun.javafx.application.PlatformImpl.isFxApplicationThread(PlatformImpl.java:428)
at javafx.graphics@19.0.2.1/javafx.application.Platform.isFxApplicationThread(Platform.java:194)
at kolib.parallel.KoThread.runOnFXThread(KoThread.java:52)
at kolib.error.KoError.<init>(KoError.java:62)
at kolib.error.KoError.instance(KoError.java:75)
at backend.people.PersonTable.hasChanged(PersonTable.java:127)
at backend.people.PersonTable.reload(PersonTable.java:64)
at backend.people.PersonService.<init>(PersonService.java:26)
at backend.people.PersonService.instance(PersonService.java:34)
at frontend.OrganizersPageBean.getOrganizingCommittee(OrganizersPageBean.java:21)
at frontend.OrganizersPageBean$$OwbNormalScopeProxy0.getOrganizingCommittee(frontend/OrganizersPageBean.java)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:97)
... 59 more
- <UIViewRoot class="class javax.faces.component.UIViewRoot" clientId="j_id__v_0" id="j_id__v_0" inView="true" locale="en_US" renderKitId="HTML_BASIC" rendered="true" transient="false" viewId="/organizers.xhtml"> - State size:247 bytes
- head
- <ComponentResourceContainer class="class org.apache.myfaces.component.ComponentResourceContainer" clientId="javax_faces_location_head" id="javax_faces_location_head" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id_5" id="j_id_5" inView="true" rendered="true" transient="false" location="/WEB-INF/template.xhtml at line 24 and column 61"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id_6" id="j_id_6" inView="true" rendered="true" transient="false" location="/WEB-INF/template.xhtml at line 25 and column 62"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id_7" id="j_id_7" inView="true" rendered="true" transient="false" location="/organizers.xhtml at line 14 and column 66"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_0" id="j_id__rd_0" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_1" id="j_id__rd_1" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_2" id="j_id__rd_2" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_3" id="j_id__rd_3" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_4" id="j_id__rd_4" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_5" id="j_id__rd_5" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_6" id="j_id__rd_6" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput class="class javax.faces.component.UIOutput" clientId="j_id__rd_7" id="j_id__rd_7" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- </ComponentResourceContainer>
- - State size:0 bytes
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> - State size:0 bytes
- <HtmlHead class="class javax.faces.component.html.HtmlHead" clientId="j_id_3" id="j_id_3" inView="true" rendered="true" transient="false" location="/WEB-INF/template.xhtml at line 10 and column 13"> - State size:0 bytes
- <link rel="preconnect" href="https://fonts.gstatic.com"/>
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Roboto" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com"/>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100" rel="stylesheet"/> - State size:0 bytes
- <title> - State size:0 bytes
- Organizers - State size:0 bytes
- </title>
<style>
/* Add some padding on document's body to prevent the content
to go underneath the header and footer */
body{
}
</style> - State size:0 bytes
- </HtmlHead>
- <body> - State size:0 bytes
- <HtmlPanelGroup class="class javax.faces.component.html.HtmlPanelGroup" clientId="j_id_c" id="j_id_c" inView="true" layout="block" rendered="true" styleClass="background-pane" transient="false" location="/WEB-INF/template.xhtml at line 51 and column 67"> - State size:0 bytes
- <HtmlPanelGroup class="class javax.faces.component.html.HtmlPanelGroup" clientId="j_id_d" id="j_id_d" inView="true" layout="block" rendered="true" styleClass="glass-pane" transient="false" location="/WEB-INF/template.xhtml at line 52 and column 67"/> - State size:0 bytes
- </HtmlPanelGroup>
- <HtmlForm class="class javax.faces.component.html.HtmlForm" clientId="j_id_e" enctype="application/x-www-form-urlencoded" id="j_id_e" inView="true" prependId="true" rendered="true" submitted="false" transient="false" location="/WEB-INF/template.xhtml at line 56 and column 17"> - State size:0 bytes
- <Poll async="false" autoStart="true" class="class org.primefaces.component.poll.Poll" clientId="j_id_e:j_id_f" global="true" id="j_id_f" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" interval="60" intervalType="second" partialSubmit="false" rendered="true" resetValues="false" stop="false" timeout="0" transient="false" location="/WEB-INF/template.xhtml at line 57 and column 36"/> - State size:0 bytes
- </HtmlForm>
- <HtmlForm class="class javax.faces.component.html.HtmlForm" clientId="j_id_g" enctype="application/x-www-form-urlencoded" id="j_id_g" inView="true" prependId="true" rendered="true" submitted="false" transient="false" location="/WEB-INF/template.xhtml at line 60 and column 17"> - State size:0 bytes
- <div class="header"> - State size:0 bytes
- <PanelGrid class="class org.primefaces.component.panelgrid.PanelGrid" clientId="j_id_g:j_id_i" columnClasses=",full-width" columns="2" id="j_id_i" inView="true" layout="tabular" rendered="true" role="grid" style="width:100%; background:none" transient="false" location="/WEB-INF/template.xhtml at line 62 and column 106"> - State size:0 bytes
- <PanelGrid class="class org.primefaces.component.panelgrid.PanelGrid" clientId="j_id_g:j_id_j" columns="1" id="j_id_j" inView="true" layout="grid" rendered="true" role="grid" style="margin-top:10px;" styleClass="logo_container" transient="false" location="/WEB-INF/template.xhtml at line 64 and column 113"> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_g:j_id_k" escape="true" id="j_id_k" inView="true" indicateRequired="auto" rendered="true" style="padding-top:5px; font-family: 'Josefin Sans', sans-serif;" styleClass="logo" transient="false" value="CSQCD IX" location="/WEB-INF/template.xhtml at line 65 and column 142"/> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_g:j_id_l" escape="true" id="j_id_l" inView="true" indicateRequired="auto" rendered="true" style="font-size:14px; color:white;" transient="false" value="August 1-5 2022, Banff, Alberta, Canada" location="/WEB-INF/template.xhtml at line 66 and column 126"/> - State size:0 bytes
- </PanelGrid>
- <HtmlPanelGroup class="class javax.faces.component.html.HtmlPanelGroup" clientId="j_id_g:j_id_m" id="j_id_m" inView="true" rendered="true" style="width:100%;" transient="false" location="/WEB-INF/template.xhtml at line 69 and column 55"> - State size:0 bytes
- <HtmlPanelGroup class="class javax.faces.component.html.HtmlPanelGroup" clientId="j_id_g:j_id_n" id="j_id_n" inView="true" rendered="true" styleClass="desktop" transient="false" location="/WEB-INF/template.xhtml at line 70 and column 60"> - State size:0 bytes
- <Menubar autoDisplay="true" class="class org.primefaces.component.menubar.Menubar" clientId="j_id_g:j_id_o" delay="0" id="j_id_o" inView="true" rendered="true" styleClass="header_menu" tabindex="0" transient="false" location="/WEB-INF/template.xhtml at line 71 and column 65"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('index.html')}" actionExpression="#{indexPageBean.onGotoPage('index.html')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_p" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_p" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Home" location="/WEB-INF/menu_items.xhtml at line 10 and column 82"/> - State size:0 bytes
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_q" disabled="false" expanded="false" id="j_id_q" inView="true" label="Information" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 12 and column 36"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#announcements')}" actionExpression="#{indexPageBean.onGotoPage('information.html#announcements')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_r" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_r" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Announcements" location="/WEB-INF/menu_items.xhtml at line 13 and column 115"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#excursions')}" actionExpression="#{indexPageBean.onGotoPage('information.html#excursions')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_s" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_s" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Excursions" location="/WEB-INF/menu_items.xhtml at line 14 and column 109"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#covid')}" actionExpression="#{indexPageBean.onGotoPage('information.html#covid')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_t" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_t" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="COVID-19" location="/WEB-INF/menu_items.xhtml at line 15 and column 102"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#location')}" actionExpression="#{indexPageBean.onGotoPage('information.html#location')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_u" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_u" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Location" location="/WEB-INF/menu_items.xhtml at line 16 and column 105"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#proceedings')}" actionExpression="#{indexPageBean.onGotoPage('information.html#proceedings')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_v" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_v" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Proceedings" location="/WEB-INF/menu_items.xhtml at line 17 and column 111"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#contact')}" actionExpression="#{indexPageBean.onGotoPage('information.html#contact')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_w" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_w" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Contact Us" location="/WEB-INF/menu_items.xhtml at line 18 and column 106"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#code')}" actionExpression="#{indexPageBean.onGotoPage('information.html#code')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_x" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_x" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Code of conduct" location="/WEB-INF/menu_items.xhtml at line 19 and column 108"/> - State size:0 bytes
- </UISubmenu>
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_y" disabled="false" expanded="false" id="j_id_y" inView="true" label="Program" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 24 and column 32"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('program.html')}" actionExpression="#{indexPageBean.onGotoPage('program.html')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_z" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_z" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Overview" location="/WEB-INF/menu_items.xhtml at line 25 and column 92"/> - State size:0 bytes
- </UISubmenu>
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_10" disabled="false" expanded="false" id="j_id_10" inView="true" label="Attending" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 29 and column 34"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#registration')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#registration')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_11" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_11" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Registration" location="/WEB-INF/menu_items.xhtml at line 30 and column 111"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#accommodation')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#accommodation')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_12" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_12" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Accommodation" location="/WEB-INF/menu_items.xhtml at line 31 and column 113"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#deadlines')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#deadlines')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_13" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_13" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Deadlines" location="/WEB-INF/menu_items.xhtml at line 32 and column 106"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#survey')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#survey')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_14" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_14" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Survey" location="/WEB-INF/menu_items.xhtml at line 33 and column 99"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#participants')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#participants')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_15" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_15" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Participants" location="/WEB-INF/menu_items.xhtml at line 34 and column 111"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('photos.html')}" actionExpression="#{indexPageBean.onGotoPage('photos.html')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_16" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_16" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Photos" location="/WEB-INF/menu_items.xhtml at line 35 and column 89"/> - State size:0 bytes
- </UISubmenu>
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_17" disabled="false" expanded="false" id="j_id_17" inView="true" label="Organizers" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 38 and column 35"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('organizers.html#organizing_committee')}" actionExpression="#{indexPageBean.onGotoPage('organizers.html#organizing_committee')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_18" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_18" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Organizing Committee" location="/WEB-INF/menu_items.xhtml at line 39 and column 128"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('organizers.html#steering_committee')}" actionExpression="#{indexPageBean.onGotoPage('organizers.html#steering_committee')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_19" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_19" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="International Steering Committee" location="/WEB-INF/menu_items.xhtml at line 40 and column 138"/> - State size:0 bytes
- </UISubmenu>
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_1a" disabled="false" expanded="false" id="j_id_1a" inView="true" label="Previous Meetings" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 43 and column 42"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('http://www.slac.stanford.edu/econf/C010815/')}" actionExpression="#{indexPageBean.onRedirect('http://www.slac.stanford.edu/econf/C010815/')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1b" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1b" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD I- COPENHAGEN, DENMARK, 2001" location="/WEB-INF/menu_items.xhtml at line 44 and column 165"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('http://www.slac.stanford.edu/econf/C0905202/')}" actionExpression="#{indexPageBean.onRedirect('http://www.slac.stanford.edu/econf/C0905202/')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1c" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1c" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD II- BEIJING, CHINA, 2009" location="/WEB-INF/menu_items.xhtml at line 45 and column 162"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('http://www.astro.iag.usp.br/~foton/CSQCD3/index.php')}" actionExpression="#{indexPageBean.onRedirect('http://www.astro.iag.usp.br/~foton/CSQCD3/index.php')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1d" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1d" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD III- GUARUJA, BRAZIL, 2012" location="/WEB-INF/menu_items.xhtml at line 46 and column 171"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('http://ift.uni.wroc.pl/~csqcdiv')}" actionExpression="#{indexPageBean.onRedirect('http://ift.uni.wroc.pl/~csqcdiv')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1e" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1e" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD IV- PREROW, GERMANY, 2014" location="/WEB-INF/menu_items.xhtml at line 47 and column 150"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('https://agenda.infn.it/conferenceDisplay.py?confId=10385')}" actionExpression="#{indexPageBean.onRedirect('https://agenda.infn.it/conferenceDisplay.py?confId=10385')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1f" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1f" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD V- GRAN SASSO, ITALY, 2016" location="/WEB-INF/menu_items.xhtml at line 48 and column 176"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('https://indico.jinr.ru/conferenceDisplay.py?ovw=True&confId=299')}" actionExpression="#{indexPageBean.onRedirect('https://indico.jinr.ru/conferenceDisplay.py?ovw=True&confId=299')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1g" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1g" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD VI- DUBNA, RUSSIA, 2017" location="/WEB-INF/menu_items.xhtml at line 49 and column 184"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('https://www.csi.cuny.edu/academics-and-research/conferences/csqcd-vii')}" actionExpression="#{indexPageBean.onRedirect('https://www.csi.cuny.edu/academics-and-research/conferences/csqcd-vii')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1h" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1h" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD VII- NEW YORK, USA, 2018" location="/WEB-INF/menu_items.xhtml at line 50 and column 187"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('https://www.icts.res.in/program/csqcd2020')}" actionExpression="#{indexPageBean.onRedirect('https://www.icts.res.in/program/csqcd2020')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1i" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1i" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD VIII- INDIA, 2020" location="/WEB-INF/menu_items.xhtml at line 51 and column 152"/> - State size:0 bytes
- </UISubmenu>
- </Menubar>
- </HtmlPanelGroup>
- <HtmlPanelGroup class="class javax.faces.component.html.HtmlPanelGroup" clientId="j_id_g:j_id_1j" id="j_id_1j" inView="true" rendered="true" styleClass="phone" transient="false" location="/WEB-INF/template.xhtml at line 76 and column 58"> - State size:0 bytes
- <Menubar autoDisplay="true" class="class org.primefaces.component.menubar.Menubar" clientId="j_id_g:j_id_1k" delay="0" id="j_id_1k" inView="true" rendered="true" styleClass="header_menu" tabindex="0" transient="false" location="/WEB-INF/template.xhtml at line 77 and column 65"> - State size:0 bytes
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_1l" disabled="false" expanded="false" icon="pi pi-bars" id="j_id_1l" inView="true" label="" rendered="true" styleClass="phone-menu" transient="false" location="/WEB-INF/template.xhtml at line 78 and column 90"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('index.html')}" actionExpression="#{indexPageBean.onGotoPage('index.html')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1m" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1m" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Home" location="/WEB-INF/menu_items.xhtml at line 10 and column 82"/> - State size:0 bytes
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_1n" disabled="false" expanded="false" id="j_id_1n" inView="true" label="Information" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 12 and column 36"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#announcements')}" actionExpression="#{indexPageBean.onGotoPage('information.html#announcements')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1o" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1o" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Announcements" location="/WEB-INF/menu_items.xhtml at line 13 and column 115"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#excursions')}" actionExpression="#{indexPageBean.onGotoPage('information.html#excursions')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1p" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1p" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Excursions" location="/WEB-INF/menu_items.xhtml at line 14 and column 109"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#covid')}" actionExpression="#{indexPageBean.onGotoPage('information.html#covid')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1q" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1q" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="COVID-19" location="/WEB-INF/menu_items.xhtml at line 15 and column 102"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#location')}" actionExpression="#{indexPageBean.onGotoPage('information.html#location')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1r" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1r" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Location" location="/WEB-INF/menu_items.xhtml at line 16 and column 105"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#proceedings')}" actionExpression="#{indexPageBean.onGotoPage('information.html#proceedings')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1s" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1s" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Proceedings" location="/WEB-INF/menu_items.xhtml at line 17 and column 111"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#contact')}" actionExpression="#{indexPageBean.onGotoPage('information.html#contact')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1t" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1t" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Contact Us" location="/WEB-INF/menu_items.xhtml at line 18 and column 106"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('information.html#code')}" actionExpression="#{indexPageBean.onGotoPage('information.html#code')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1u" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1u" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Code of conduct" location="/WEB-INF/menu_items.xhtml at line 19 and column 108"/> - State size:0 bytes
- </UISubmenu>
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_1v" disabled="false" expanded="false" id="j_id_1v" inView="true" label="Program" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 24 and column 32"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('program.html')}" actionExpression="#{indexPageBean.onGotoPage('program.html')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1w" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1w" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Overview" location="/WEB-INF/menu_items.xhtml at line 25 and column 92"/> - State size:0 bytes
- </UISubmenu>
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_1x" disabled="false" expanded="false" id="j_id_1x" inView="true" label="Attending" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 29 and column 34"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#registration')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#registration')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1y" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1y" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Registration" location="/WEB-INF/menu_items.xhtml at line 30 and column 111"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#accommodation')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#accommodation')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_1z" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_1z" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Accommodation" location="/WEB-INF/menu_items.xhtml at line 31 and column 113"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#deadlines')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#deadlines')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_20" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_20" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Deadlines" location="/WEB-INF/menu_items.xhtml at line 32 and column 106"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#survey')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#survey')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_21" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_21" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Survey" location="/WEB-INF/menu_items.xhtml at line 33 and column 99"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('attending.html#participants')}" actionExpression="#{indexPageBean.onGotoPage('attending.html#participants')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_22" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_22" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Participants" location="/WEB-INF/menu_items.xhtml at line 34 and column 111"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('photos.html')}" actionExpression="#{indexPageBean.onGotoPage('photos.html')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_23" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_23" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Photos" location="/WEB-INF/menu_items.xhtml at line 35 and column 89"/> - State size:0 bytes
- </UISubmenu>
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_24" disabled="false" expanded="false" id="j_id_24" inView="true" label="Organizers" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 38 and column 35"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('organizers.html#organizing_committee')}" actionExpression="#{indexPageBean.onGotoPage('organizers.html#organizing_committee')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_25" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_25" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="Organizing Committee" location="/WEB-INF/menu_items.xhtml at line 39 and column 128"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onGotoPage('organizers.html#steering_committee')}" actionExpression="#{indexPageBean.onGotoPage('organizers.html#steering_committee')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_26" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_26" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" timeout="0" transient="false" value="International Steering Committee" location="/WEB-INF/menu_items.xhtml at line 40 and column 138"/> - State size:0 bytes
- </UISubmenu>
- <UISubmenu class="class org.primefaces.component.submenu.UISubmenu" clientId="j_id_g:j_id_27" disabled="false" expanded="false" id="j_id_27" inView="true" label="Previous Meetings" rendered="true" transient="false" location="/WEB-INF/menu_items.xhtml at line 43 and column 42"> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('http://www.slac.stanford.edu/econf/C010815/')}" actionExpression="#{indexPageBean.onRedirect('http://www.slac.stanford.edu/econf/C010815/')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_28" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_28" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD I- COPENHAGEN, DENMARK, 2001" location="/WEB-INF/menu_items.xhtml at line 44 and column 165"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('http://www.slac.stanford.edu/econf/C0905202/')}" actionExpression="#{indexPageBean.onRedirect('http://www.slac.stanford.edu/econf/C0905202/')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_29" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_29" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD II- BEIJING, CHINA, 2009" location="/WEB-INF/menu_items.xhtml at line 45 and column 162"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('http://www.astro.iag.usp.br/~foton/CSQCD3/index.php')}" actionExpression="#{indexPageBean.onRedirect('http://www.astro.iag.usp.br/~foton/CSQCD3/index.php')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_2a" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_2a" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD III- GUARUJA, BRAZIL, 2012" location="/WEB-INF/menu_items.xhtml at line 46 and column 171"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('http://ift.uni.wroc.pl/~csqcdiv')}" actionExpression="#{indexPageBean.onRedirect('http://ift.uni.wroc.pl/~csqcdiv')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_2b" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_2b" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD IV- PREROW, GERMANY, 2014" location="/WEB-INF/menu_items.xhtml at line 47 and column 150"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('https://agenda.infn.it/conferenceDisplay.py?confId=10385')}" actionExpression="#{indexPageBean.onRedirect('https://agenda.infn.it/conferenceDisplay.py?confId=10385')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_2c" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_2c" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD V- GRAN SASSO, ITALY, 2016" location="/WEB-INF/menu_items.xhtml at line 48 and column 176"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('https://indico.jinr.ru/conferenceDisplay.py?ovw=True&confId=299')}" actionExpression="#{indexPageBean.onRedirect('https://indico.jinr.ru/conferenceDisplay.py?ovw=True&confId=299')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_2d" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_2d" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD VI- DUBNA, RUSSIA, 2017" location="/WEB-INF/menu_items.xhtml at line 49 and column 184"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('https://www.csi.cuny.edu/academics-and-research/conferences/csqcd-vii')}" actionExpression="#{indexPageBean.onRedirect('https://www.csi.cuny.edu/academics-and-research/conferences/csqcd-vii')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_2e" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_2e" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD VII- NEW YORK, USA, 2018" location="/WEB-INF/menu_items.xhtml at line 50 and column 187"/> - State size:0 bytes
- <UIMenuItem action="#{indexPageBean.onRedirect('https://www.icts.res.in/program/csqcd2020')}" actionExpression="#{indexPageBean.onRedirect('https://www.icts.res.in/program/csqcd2020')}" ajax="true" async="false" class="class org.primefaces.component.menuitem.UIMenuItem" clientId="j_id_g:j_id_2f" disableClientWindow="false" disabled="false" escape="true" global="true" iconPos="right" id="j_id_2f" ignoreAutoUpdate="false" ignoreComponentNotFound="false" immediate="false" inView="true" includeViewParams="false" partialSubmit="false" rendered="true" resetValues="false" target="_blank" timeout="0" transient="false" value="CSQCD VIII- INDIA, 2020" location="/WEB-INF/menu_items.xhtml at line 51 and column 152"/> - State size:0 bytes
- </UISubmenu>
- </UISubmenu>
- </Menubar>
- </HtmlPanelGroup>
- </HtmlPanelGroup>
- </PanelGrid>
- </div> - State size:0 bytes
- </HtmlForm>
- <HtmlPanelGroup class="class javax.faces.component.html.HtmlPanelGroup" clientId="j_id_2h" id="j_id_2h" inView="true" layout="block" rendered="true" styleClass="content" transient="false" location="/WEB-INF/template.xhtml at line 89 and column 59"> - State size:0 bytes
- <HtmlForm class="class javax.faces.component.html.HtmlForm" clientId="j_id_2i" enctype="application/x-www-form-urlencoded" id="j_id_2i" inView="true" prependId="true" rendered="true" submitted="false" transient="false" location="/organizers.xhtml at line 23 and column 17"> - State size:0 bytes
- <div style="position:relative;">
<a name="organizing_committee" class="anchor"/>
</div> - State size:0 bytes
- <Fieldset class="class org.primefaces.component.fieldset.Fieldset" clientId="j_id_2i:j_id_2k" collapsed="false" dynamic="false" escape="true" id="j_id_2k" inView="true" legend="Organizing Committee" rendered="true" tabindex="0" toggleSpeed="500" toggleable="false" transient="false" location="/organizers.xhtml at line 29 and column 55"> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2l" escape="true" id="j_id_2l" inView="true" indicateRequired="auto" rendered="true" styleClass="section-title" transient="false" value="Organizing Committee" location="/organizers.xhtml at line 30 and column 89"/> - State size:0 bytes
- <DataView class="class org.primefaces.component.dataview.DataView" clientId="j_id_2i:j_id_2m" currentPageReportTemplate="({currentPage} of {totalPages})" emptyMessage="No records found." first="0" flex="false" gridIcon="pi pi-th-large" id="j_id_2m" inView="true" layout="grid" lazy="false" listIcon="pi pi-bars" multiViewState="false" pageLinks="10" paginator="false" paginatorAlwaysVisible="true" paginatorPosition="both" paginatorTemplate="{FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {RowsPerPageDropdown}" rendered="true" rowIndex="-1" rowStatePreserved="false" rows="0" touchable="false" transient="false" value="#{organizersPageBean.organizingCommittee}" var="organizer" location="/organizers.xhtml at line 36 and column 51"> - State size:377 bytes
- <DataViewGridItem class="class org.primefaces.component.dataview.DataViewGridItem" clientId="j_id_2i:j_id_2m:j_id_2n" columns="3" id="j_id_2n" inView="true" rendered="true" transient="false" location="/organizers.xhtml at line 38 and column 41"> - State size:0 bytes
- <Card class="class org.primefaces.component.card.Card" clientId="j_id_2i:j_id_2m:j_id_2o" id="j_id_2o" inView="true" rendered="true" transient="false" location="/organizers.xhtml at line 40 and column 34"> - State size:0 bytes
- <PanelGrid class="class org.primefaces.component.panelgrid.PanelGrid" clientId="j_id_2i:j_id_2m:j_id_2p" columns="2" id="j_id_2p" inView="true" layout="tabular" rendered="true" role="grid" transient="false" location="/organizers.xhtml at line 41 and column 54"> - State size:0 bytes
- <GraphicImage alt="person image" cache="true" class="class org.primefaces.component.graphicimage.GraphicImage" clientId="j_id_2i:j_id_2m:j_id_2q" id="j_id_2q" inView="true" ismap="false" rendered="true" stream="false" style="height:100px; width:100px;" transient="false" url="#{organizer.image}" value="#{organizer.image}" location="/organizers.xhtml at line 42 and column 146"/> - State size:0 bytes
- <PanelGrid class="class org.primefaces.component.panelgrid.PanelGrid" clientId="j_id_2i:j_id_2m:j_id_2r" columns="1" id="j_id_2r" inView="true" layout="grid" rendered="true" role="grid" transient="false" location="/organizers.xhtml at line 43 and column 72"> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2m:j_id_2s" escape="true" id="j_id_2s" inView="true" indicateRequired="auto" rendered="true" style="font-size: 20px; font-weight: bold;" transient="false" value="#{organizer.fullName}" location="/organizers.xhtml at line 44 and column 127"/> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2m:j_id_2t" escape="true" id="j_id_2t" inView="true" indicateRequired="auto" rendered="true" transient="false" value="#{organizer.organization}" location="/organizers.xhtml at line 45 and column 87"/> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2m:j_id_2u" escape="true" id="j_id_2u" inView="true" indicateRequired="auto" rendered="true" transient="false" value="#{organizer.country}" location="/organizers.xhtml at line 46 and column 82"/> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2m:j_id_2v" escape="true" id="j_id_2v" inView="true" indicateRequired="auto" rendered="true" transient="false" value="#{organizer.email}" location="/organizers.xhtml at line 47 and column 80"/> - State size:0 bytes
- </PanelGrid>
- </PanelGrid>
- </Card>
- </DataViewGridItem>
- </DataView>
- </Fieldset>
- <div style="position:relative;">
<a name="steering_committee" class="anchor"/>
</div> - State size:0 bytes
- <Fieldset class="class org.primefaces.component.fieldset.Fieldset" clientId="j_id_2i:j_id_2x" collapsed="false" dynamic="false" escape="true" id="j_id_2x" inView="true" legend="International Steering Committee" rendered="true" styleClass="next-section" tabindex="0" toggleSpeed="500" toggleable="false" transient="false" location="/organizers.xhtml at line 62 and column 93"> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2y" escape="true" id="j_id_2y" inView="true" indicateRequired="auto" rendered="true" styleClass="section-title" transient="false" value="International Steering Committee" location="/organizers.xhtml at line 63 and column 101"/> - State size:0 bytes
- <DataView class="class org.primefaces.component.dataview.DataView" clientId="j_id_2i:j_id_2z" currentPageReportTemplate="({currentPage} of {totalPages})" emptyMessage="No records found." first="0" flex="false" gridIcon="pi pi-th-large" id="j_id_2z" inView="true" layout="grid" lazy="false" listIcon="pi pi-bars" multiViewState="false" pageLinks="10" paginator="false" paginatorAlwaysVisible="true" paginatorPosition="both" paginatorTemplate="{FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {RowsPerPageDropdown}" rendered="true" rowIndex="-1" rowStatePreserved="false" rows="0" touchable="false" transient="false" value="#{organizersPageBean.steeringCommittee}" var="organizer" location="/organizers.xhtml at line 70 and column 51"> - State size:0 bytes
- <DataViewGridItem class="class org.primefaces.component.dataview.DataViewGridItem" clientId="j_id_2i:j_id_2z:j_id_30" columns="3" id="j_id_30" inView="true" rendered="true" transient="false" location="/organizers.xhtml at line 72 and column 41"> - State size:0 bytes
- <Card class="class org.primefaces.component.card.Card" clientId="j_id_2i:j_id_2z:j_id_31" id="j_id_31" inView="true" rendered="true" transient="false" location="/organizers.xhtml at line 74 and column 34"> - State size:0 bytes
- <PanelGrid class="class org.primefaces.component.panelgrid.PanelGrid" clientId="j_id_2i:j_id_2z:j_id_32" columns="2" id="j_id_32" inView="true" layout="tabular" rendered="true" role="grid" transient="false" location="/organizers.xhtml at line 75 and column 54"> - State size:0 bytes
- <GraphicImage alt="person image" cache="true" class="class org.primefaces.component.graphicimage.GraphicImage" clientId="j_id_2i:j_id_2z:j_id_33" id="j_id_33" inView="true" ismap="false" rendered="true" stream="false" style="height:100px; width:100px;" transient="false" url="#{organizer.image}" value="#{organizer.image}" location="/organizers.xhtml at line 76 and column 146"/> - State size:0 bytes
- <PanelGrid class="class org.primefaces.component.panelgrid.PanelGrid" clientId="j_id_2i:j_id_2z:j_id_34" columns="1" id="j_id_34" inView="true" layout="grid" rendered="true" role="grid" transient="false" location="/organizers.xhtml at line 77 and column 72"> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2z:j_id_35" escape="true" id="j_id_35" inView="true" indicateRequired="auto" rendered="true" style="font-size: 20px; font-weight: bold;" transient="false" value="#{organizer.fullName}" location="/organizers.xhtml at line 78 and column 127"/> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2z:j_id_36" escape="true" id="j_id_36" inView="true" indicateRequired="auto" rendered="true" transient="false" value="#{organizer.organization}" location="/organizers.xhtml at line 79 and column 87"/> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2z:j_id_37" escape="true" id="j_id_37" inView="true" indicateRequired="auto" rendered="true" transient="false" value="#{organizer.country}" location="/organizers.xhtml at line 80 and column 82"/> - State size:0 bytes
- </PanelGrid>
- </PanelGrid>
- </Card>
- </DataViewGridItem>
- <DataViewListItem class="class org.primefaces.component.dataview.DataViewListItem" clientId="j_id_2i:j_id_2z:j_id_38" id="j_id_38" inView="true" rendered="true" transient="false" location="/organizers.xhtml at line 87 and column 41"> - State size:0 bytes
- <PanelGrid class="class org.primefaces.component.panelgrid.PanelGrid" clientId="j_id_2i:j_id_2z:j_id_39" columns="4" id="j_id_39" inView="true" layout="grid" rendered="true" role="grid" transient="false" location="/organizers.xhtml at line 89 and column 64"> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2z:j_id_3a" escape="true" id="j_id_3a" inView="true" indicateRequired="auto" rendered="true" transient="false" value="#{organizer.fullName}" location="/organizers.xhtml at line 90 and column 75"/> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2z:j_id_3b" escape="true" id="j_id_3b" inView="true" indicateRequired="auto" rendered="true" transient="false" value="#{organizer.organization}" location="/organizers.xhtml at line 91 and column 79"/> - State size:0 bytes
- <OutputLabel class="class org.primefaces.component.outputlabel.OutputLabel" clientId="j_id_2i:j_id_2z:j_id_3c" escape="true" id="j_id_3c" inView="true" indicateRequired="auto" rendered="true" transient="false" value="#{organizer.country}" location="/organizers.xhtml at line 92 and column 74"/> - State size:0 bytes
- </PanelGrid>
- </DataViewListItem>
- </DataView>
- </Fieldset>
- </HtmlForm>
- </HtmlPanelGroup>
- <div class="footer"> - State size:0 bytes
- <ScrollPanel class="class org.primefaces.component.scrollpanel.ScrollPanel" clientId="j_id_3e" id="j_id_3e" inView="true" mode="default" rendered="true" style="height:120px; width:100%; background:none; border:none;" transient="false" location="/WEB-INF/footer.xhtml at line 9 and column 84"> - State size:0 bytes
- <HtmlPanelGroup class="class javax.faces.component.html.HtmlPanelGroup" clientId="j_id_3f" id="j_id_3f" inView="true" layout="block" rendered="true" style="display:flex; justify-content: center; width:100%" styleClass="sponsors" transient="false" location="/WEB-INF/footer.xhtml at line 10 and column 118"> - State size:0 bytes
- <PanelGrid class="class org.primefaces.component.panelgrid.PanelGrid" clientId="j_id_3g" columnClasses="v_center flex" columns="6" id="j_id_3g" inView="true" layout="grid" rendered="true" role="grid" styleClass="sponsors" transient="false" location="/WEB-INF/footer.xhtml at line 12 and column 104"> - State size:0 bytes
- <HtmlOutputLink class="class javax.faces.component.html.HtmlOutputLink" clientId="j_id_3h" disabled="false" id="j_id_3h" inView="true" rendered="true" target="_blank" transient="false" value="https://www.ucalgary.ca/" location="/WEB-INF/footer.xhtml at line 14 and column 80"> - State size:0 bytes
- <GraphicImage alt="sponsor image" cache="true" class="class org.primefaces.component.graphicimage.GraphicImage" clientId="j_id_3i" id="j_id_3i" inView="true" ismap="false" name="images/uofc_trans.png" rendered="true" stream="false" styleClass="sponsor_image" transient="false" location="/WEB-INF/footer.xhtml at line 15 and column 129"/> - State size:0 bytes
- </HtmlOutputLink>
- <HtmlOutputLink class="class javax.faces.component.html.HtmlOutputLink" clientId="j_id_3j" disabled="false" id="j_id_3j" inView="true" rendered="true" target="_blank" transient="false" value="https://www.cita.utoronto.ca/" location="/WEB-INF/footer.xhtml at line 18 and column 85"> - State size:0 bytes
- <GraphicImage alt="sponsor image" cache="true" class="class org.primefaces.component.graphicimage.GraphicImage" clientId="j_id_3k" id="j_id_3k" inView="true" ismap="false" name="images/cita.png" rendered="true" stream="false" styleClass="sponsor_image" transient="false" location="/WEB-INF/footer.xhtml at line 19 and column 123"/> - State size:0 bytes
- </HtmlOutputLink>
- <HtmlOutputLink class="class javax.faces.component.html.HtmlOutputLink" clientId="j_id_3l" disabled="false" id="j_id_3l" inView="true" rendered="true" target="_blank" transient="false" value="https://cinp.ca/" location="/WEB-INF/footer.xhtml at line 22 and column 72"> - State size:0 bytes
- <GraphicImage alt="sponsor image" cache="true" class="class org.primefaces.component.graphicimage.GraphicImage" clientId="j_id_3m" id="j_id_3m" inView="true" ismap="false" name="images/cinp_trans.png" rendered="true" stream="false" styleClass="sponsor_image" transient="false" location="/WEB-INF/footer.xhtml at line 23 and column 129"/> - State size:0 bytes
- </HtmlOutputLink>
- <HtmlOutputLink class="class javax.faces.component.html.HtmlOutputLink" clientId="j_id_3n" disabled="false" id="j_id_3n" inView="true" rendered="true" target="_blank" transient="false" value="https://perimeterinstitute.ca/" location="/WEB-INF/footer.xhtml at line 26 and column 86"> - State size:0 bytes
- <GraphicImage alt="sponsor image" cache="true" class="class org.primefaces.component.graphicimage.GraphicImage" clientId="j_id_3o" id="j_id_3o" inView="true" ismap="false" name="images/PI.png" rendered="true" stream="false" styleClass="sponsor_image" transient="false" location="/WEB-INF/footer.xhtml at line 27 and column 121"/> - State size:0 bytes
- </HtmlOutputLink>
- <HtmlOutputLink class="class javax.faces.component.html.HtmlOutputLink" clientId="j_id_3p" disabled="false" id="j_id_3p" inView="true" rendered="true" target="_blank" transient="false" value="https://casca.ca/" location="/WEB-INF/footer.xhtml at line 30 and column 73"> - State size:0 bytes
- <GraphicImage alt="sponsor image" cache="true" class="class org.primefaces.component.graphicimage.GraphicImage" clientId="j_id_3q" id="j_id_3q" inView="true" ismap="false" name="images/casca.png" rendered="true" stream="false" styleClass="sponsor_image" transient="false" location="/WEB-INF/footer.xhtml at line 31 and column 124"/> - State size:0 bytes
- </HtmlOutputLink>
- <HtmlOutputLink class="class javax.faces.component.html.HtmlOutputLink" clientId="j_id_3r" disabled="false" id="j_id_3r" inView="true" rendered="true" target="_blank" transient="false" value="https://particlephysics.ca/" location="/WEB-INF/footer.xhtml at line 34 and column 83"> - State size:0 bytes
- <GraphicImage alt="sponsor image" cache="true" class="class org.primefaces.component.graphicimage.GraphicImage" clientId="j_id_3s" id="j_id_3s" inView="true" ismap="false" name="images/ipp.png" rendered="true" stream="false" styleClass="sponsor_image" transient="false" location="/WEB-INF/footer.xhtml at line 35 and column 122"/> - State size:0 bytes
- </HtmlOutputLink>
- </PanelGrid>
- </HtmlPanelGroup>
- </ScrollPanel>
- </div>
<style>
@media (min-width:1024px) {
.layout-wrapper .topbar {
z-index: 999999;
}
}
</style>
</body>
</html> - State size:0 bytes
- </UIViewRoot>
Request ParametersName | Value |
---|
None |
Request AttributesName | Value |
---|
None |
View AttributesName | Value |
---|
organizersPageBean | frontend.OrganizersPageBean@2f4a4f9f |
Session AttributesName | Value |
---|
jsf_sequence | 1 |
openWebBeansSessionContext | org.apache.webbeans.context.SessionContext@511f36ae |
Flash AttributesName | Value |
---|
None |
Application AttributesName | Value |
---|
None |