javax.faces.FacesException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.wrap(ExceptionHandlerImpl.java:241)
at org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:156)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:259)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:191)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1232)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:781)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:480)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1114)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:947)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:287)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.determineNextChannel(SSLConnectionLink.java:1084)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink.readyInboundPostHandshake(SSLConnectionLink.java:732)
at com.ibm.ws.ssl.channel.impl.SSLConnectionLink$MyHandshakeCompletedCallback.complete(SSLConnectionLink.java:428)
at com.ibm.ws.ssl.channel.impl.SSLUtils.handleHandshake(SSLUtils.java:1138)
at com.ibm.ws.ssl.channel.impl.SSLHandshakeIOCallback.complete(SSLHandshakeIOCallback.java:87)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1892)
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.ibm.ws.webcontainer.annotation.WASAnnotationHelper.doPostConstruct(WASAnnotationHelper.java:316)
at com.ibm.ws.jsf.config.annotation.WebSphereAnnotationLifecycleProvider.postConstruct(WebSphereAnnotationLifecycleProvider.java:97)
at org.apache.myfaces.config.ManagedBeanBuilder.buildManagedBean(ManagedBeanBuilder.java:224)
at org.apache.myfaces.el.unified.resolver.ManagedBeanResolver.createManagedBean(ManagedBeanResolver.java:329)
at org.apache.myfaces.el.unified.resolver.ManagedBeanResolver.getValue(ManagedBeanResolver.java:292)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:55)
at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:142)
at org.apache.myfaces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:65)
at org.apache.myfaces.el.convert.VariableResolverToELResolver.getValue(VariableResolverToELResolver.java:116)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:55)
at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:142)
at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:71)
at org.apache.el.parser.AstValue.getValue(AstValue.java:150)
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:283)
at org.apache.webbeans.el.WrappedValueExpression.getValue(WrappedValueExpression.java:68)
at org.apache.myfaces.view.facelets.el.TagValueExpression.getValue(TagValueExpression.java:85)
at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:67)
at org.apache.el.parser.AstValue.getValue(AstValue.java:150)
at org.apache.el.parser.AstNot.getValue(AstNot.java:44)
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:283)
at org.apache.webbeans.el.WrappedValueExpression.getValue(WrappedValueExpression.java:68)
at org.apache.myfaces.view.facelets.el.TagValueExpression.getValue(TagValueExpression.java:85)
at javax.faces.component._DeltaStateHelper.eval(_DeltaStateHelper.java:260)
at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1067)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:612)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:622)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:622)
at org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.renderView(FaceletViewDeclarationLanguage.java:1364)
at org.apache.myfaces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:263)
at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:59)
at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:85)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:240)
... 27 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor492.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.ws.webcontainer.annotation.WASAnnotationHelper.doInvokeSingle(WASAnnotationHelper.java:587)
at com.ibm.ws.webcontainer.annotation.WASAnnotationHelper.doInvokeChain(WASAnnotationHelper.java:493)
at com.ibm.ws.webcontainer.annotation.WASAnnotationHelper.doPostConstruct(WASAnnotationHelper.java:311)
... 58 more
Caused by: javax.ejb.EJBTransactionRolledbackException: nested exception is: javax.ejb.EJBException: See nested exception; nested exception is: <openjpa-2.2.3-SNAPSHOT-r422266:1737410 fatal general error> org.apache.openjpa.persistence.PersistenceException: [jcc][t4][2030][11211][4.27.25] Une erreur de communication est survenue lors des opérations effectuées sur le socket sous-jacent de la connexion, le flux d'entrée du socket
ou le flux de sortie du socket. Emplacement de l'erreur : Reply.fill() - socketInputStream.read (-1). Message : Software caused connection abort: socket write error. ERRORCODE=-4499, SQLSTATE=08001 {prepstmnt -1120799353 SELECT t0.ID, t0.COMMENTAIRES, t0.ENABLE, t0.POSITION, t0.CODE, t1.ID, t1.MESSAGEKEY, t1.TYPEI18N FROM SEIRICH.CATEGORIEFAQ t0 LEFT OUTER JOIN SEIRICH.STRINGI18N t1 ON t0.LIBELLE_ID = t1.ID WHERE (t0.ENABLE = ?) ORDER BY t0.POSITION ASC } [code=-4499, state=08001]
at com.ibm.ejs.container.BusinessExceptionMappingStrategy.mapCSIException(BusinessExceptionMappingStrategy.java:167)
at com.ibm.ejs.container.BusinessExceptionMappingStrategy.mapCSITransactionRolledBackException(BusinessExceptionMappingStrategy.java:618)
at com.ibm.ejs.container.EJSDeployedSupport.mapCSITransactionRolledBackException(EJSDeployedSupport.java:700)
at com.ibm.ejs.container.EJSContainer.postInvokeRolledbackException(EJSContainer.java:4886)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:4572)
at net.atos.inrs.seirich.dao.EJSLocalNSLCategorieFaqDAO_bba43606.list(EJSLocalNSLCategorieFaqDAO_bba43606.java)
at net.atos.inrs.seirich.service.CategorieFaqService.list(CategorieFaqService.java:21)
at sun.reflect.GeneratedMethodAccessor369.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.ejs.container.EJSContainer.invokeProceed(EJSContainer.java:5798)
at com.ibm.ejs.container.interceptors.InvocationContextImpl.proceed(InvocationContextImpl.java:569)
at org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor.callInterceptorsAndDecorators(OpenWebBeansEjbInterceptor.java:544)
at org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor.callToOwbInterceptors(OpenWebBeansEjbInterceptor.java:214)
at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.ejs.container.interceptors.InterceptorProxy.invokeInterceptor(InterceptorProxy.java:227)
at com.ibm.ejs.container.interceptors.InvocationContextImpl.proceed(InvocationContextImpl.java:549)
at org.apache.webbeans.ejb.WSEJBInterceptor.callToOwbInterceptors(WSEJBInterceptor.java:152)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.ejs.container.interceptors.InterceptorProxy.invokeInterceptor(InterceptorProxy.java:227)
at com.ibm.ejs.container.interceptors.InvocationContextImpl.proceed(InvocationContextImpl.java:549)
at com.ibm.ejs.container.interceptors.InvocationContextImpl.doAroundInvoke(InvocationContextImpl.java:230)
at com.ibm.ejs.container.EJSContainer.invoke(EJSContainer.java:5689)
at net.atos.inrs.seirich.service.EJSLocalNSLCategorieFaqService_f29aa53a.list(EJSLocalNSLCategorieFaqService_f29aa53a.java)
at net.atos.inrs.seirich.web.QuestionFaqManagedBean.init(QuestionFaqManagedBean.java:61)
... 64 more
Caused by: javax.ejb.EJBException: See nested exception; nested exception is: <openjpa-2.2.3-SNAPSHOT-r422266:1737410 fatal general error> org.apache.openjpa.persistence.PersistenceException: [jcc][t4][2030][11211][4.27.25] Une erreur de communication est survenue lors des opérations effectuées sur le socket sous-jacent de la connexion, le flux d'entrée du socket
ou le flux de sortie du socket. Emplacement de l'erreur : Reply.fill() - socketInputStream.read (-1). Message : Software caused connection abort: socket write error. ERRORCODE=-4499, SQLSTATE=08001 {prepstmnt -1120799353 SELECT t0.ID, t0.COMMENTAIRES, t0.ENABLE, t0.POSITION, t0.CODE, t1.ID, t1.MESSAGEKEY, t1.TYPEI18N FROM SEIRICH.CATEGORIEFAQ t0 LEFT OUTER JOIN SEIRICH.STRINGI18N t1 ON t0.LIBELLE_ID = t1.ID WHERE (t0.ENABLE = ?) ORDER BY t0.POSITION ASC } [code=-4499, state=08001]
at com.ibm.ejs.container.util.ExceptionUtil.EJBException(ExceptionUtil.java:475)
at com.ibm.ejs.container.util.ExceptionUtil.EJBException(ExceptionUtil.java:365)
at com.ibm.ejs.container.BusinessExceptionMappingStrategy.mapException(BusinessExceptionMappingStrategy.java:392)
at com.ibm.ejs.container.BusinessExceptionMappingStrategy.setUncheckedException(BusinessExceptionMappingStrategy.java:554)
at com.ibm.ejs.container.EJSDeployedSupport.setUncheckedLocalException(EJSDeployedSupport.java:567)
... 88 more
Caused by: <openjpa-2.2.3-SNAPSHOT-r422266:1737410 fatal general error> org.apache.openjpa.persistence.PersistenceException: [jcc][t4][2030][11211][4.27.25] Une erreur de communication est survenue lors des opérations effectuées sur le socket sous-jacent de la connexion, le flux d'entrée du socket
ou le flux de sortie du socket. Emplacement de l'erreur : Reply.fill() - socketInputStream.read (-1). Message : Software caused connection abort: socket write error. ERRORCODE=-4499, SQLSTATE=08001 {prepstmnt -1120799353 SELECT t0.ID, t0.COMMENTAIRES, t0.ENABLE, t0.POSITION, t0.CODE, t1.ID, t1.MESSAGEKEY, t1.TYPEI18N FROM SEIRICH.CATEGORIEFAQ t0 LEFT OUTER JOIN SEIRICH.STRINGI18N t1 ON t0.LIBELLE_ID = t1.ID WHERE (t0.ENABLE = ?) ORDER BY t0.POSITION ASC } [code=-4499, state=08001]
at org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4998)
at org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4958)
at org.apache.openjpa.jdbc.sql.DB2Dictionary.newStoreException(DB2Dictionary.java:571)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:136)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:110)
at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:62)
at org.apache.openjpa.jdbc.kernel.PreparedSQLStoreQuery$PreparedSQLExecutor.executeQuery(PreparedSQLStoreQuery.java:139)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:1012)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:870)
at org.apache.openjpa.kernel.QueryImpl.execute(QueryImpl.java:801)
at org.apache.openjpa.kernel.DelegatingQuery.execute(DelegatingQuery.java:542)
at org.apache.openjpa.persistence.QueryImpl.execute(QueryImpl.java:286)
at org.apache.openjpa.persistence.QueryImpl.getResultList(QueryImpl.java:302)
at com.ibm.ws.persistence.QueryImpl.getResultList(QueryImpl.java:118)
at net.atos.inrs.seirich.dao.tools.DAOHelper.logAndGetResultList(DAOHelper.java:31)
at net.atos.inrs.seirich.dao.common.AbstractGenericDAOClassNotKnow.findAll(AbstractGenericDAOClassNotKnow.java:44)
at net.atos.inrs.seirich.dao.common.AbstractGenericDAO.findAll(AbstractGenericDAO.java:23)
at net.atos.inrs.seirich.dao.CategorieFaqDAO.list(CategorieFaqDAO.java:58)
at sun.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.ejs.container.EJSContainer.invokeProceed(EJSContainer.java:5798)
at com.ibm.ejs.container.interceptors.InvocationContextImpl.proceed(InvocationContextImpl.java:569)
at org.apache.webbeans.ejb.common.interceptor.OpenWebBeansEjbInterceptor.callToOwbInterceptors(OpenWebBeansEjbInterceptor.java:211)
at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.ejs.container.interceptors.InterceptorProxy.invokeInterceptor(InterceptorProxy.java:227)
at com.ibm.ejs.container.interceptors.InvocationContextImpl.proceed(InvocationContextImpl.java:549)
at org.apache.webbeans.ejb.WSEJBInterceptor.callToOwbInterceptors(WSEJBInterceptor.java:152)
at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.ejs.container.interceptors.InterceptorProxy.invokeInterceptor(InterceptorProxy.java:227)
at com.ibm.ejs.container.interceptors.InvocationContextImpl.proceed(InvocationContextImpl.java:549)
at com.ibm.ejs.container.interceptors.InvocationContextImpl.doAroundInvoke(InvocationContextImpl.java:230)
at com.ibm.ejs.container.EJSContainer.invoke(EJSContainer.java:5689)
... 88 more
Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: [jcc][t4][2030][11211][4.27.25] Une erreur de communication est survenue lors des opérations effectuées sur le socket sous-jacent de la connexion, le flux d'entrée du socket
ou le flux de sortie du socket. Emplacement de l'erreur : Reply.fill() - socketInputStream.read (-1). Message : Software caused connection abort: socket write error. ERRORCODE=-4499, SQLSTATE=08001 {prepstmnt -1120799353 SELECT t0.ID, t0.COMMENTAIRES, t0.ENABLE, t0.POSITION, t0.CODE, t1.ID, t1.MESSAGEKEY, t1.TYPEI18N FROM SEIRICH.CATEGORIEFAQ t0 LEFT OUTER JOIN SEIRICH.STRINGI18N t1 ON t0.LIBELLE_ID = t1.ID WHERE (t0.ENABLE = ?) ORDER BY t0.POSITION ASC } [code=-4499, state=08001]
at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingConnectionDecorator.java:219)
at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingConnectionDecorator.java:203)
at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.access$700(LoggingConnectionDecorator.java:59)
at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.executeQuery(LoggingConnectionDecorator.java:1118)
at org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:268)
at org.apache.openjpa.jdbc.kernel.JDBCStoreManager$CancelPreparedStatement.executeQuery(JDBCStoreManager.java:1801)
at org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:258)
at org.apache.openjpa.jdbc.kernel.PreparedSQLStoreQuery$PreparedSQLExecutor.executeQuery(PreparedSQLStoreQuery.java:118)
... 118 more
- <UIViewRoot beforePhaseListener="#{redirection.navigate}" id="j_id0" inView="true" locale="fr" renderKitId="HTML_BASIC" rendered="true" transient="false" viewId="/question.xhtml"> - State size:0 bytes
- head
- <ComponentResourceContainer id="javax_faces_location_head" inView="true" rendered="true" transient="false"> - State size:194 bytes
- <UIOutput id="j_id1384194543_21fff5a" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff67" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff74" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff01" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff0e" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id197514407_43e94d81" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- </ComponentResourceContainer>
- <?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html > - State size:0 bytes
- <html xmlns="http://www.w3.org/1999/xhtml"> - State size:0 bytes
- <HtmlHead id="j_id130485615_7d74346" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <meta name="viewport" content="initial-scale=1.0, user-scalable=yes"/> - State size:0 bytes
- <HtmlPanelGroup id="j_id130485615_7d7435c" inView="true" rendered="#{!title.equals('')}" transient="false"> - State size:0 bytes
- <title>#{title}</title> - State size:0 bytes
- </HtmlPanelGroup>
- <HtmlPanelGroup id="j_id130485615_7d74372" inView="true" rendered="#{!description.equals('')}" transient="false"> - State size:0 bytes
- <META NAME="Description" CONTENT="#{description}"/> - State size:0 bytes
- </HtmlPanelGroup>
- <HtmlPanelGroup id="j_id130485615_7d74388" inView="true" rendered="#{!keywords.equals('')}" transient="false"> - State size:0 bytes
- <META NAME="Keywords" CONTENT="#{keywords}"/> - State size:0 bytes
- </HtmlPanelGroup>
- <link rel="shortcut icon" type="image/x-icon" href="#{resource['default:images/favicon.png']}"/> - State size:0 bytes
- <HtmlPanelGroup id="j_id130485615_7d743ae" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id130485615_7d743c4" inView="true" rendered="true" transient="false" value="#{app.config.getScriptStatistiqueHead()}"/> - State size:0 bytes
- </HtmlPanelGroup>
- <HtmlPanelGroup id="j_id130485615_7d743d7" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id130485615_7d743ed" inView="true" rendered="true" transient="false" value="#{app.config.getGestionCookieScript()}"/> - State size:0 bytes
- </HtmlPanelGroup>
- </HtmlHead>
- <!-- integration des fonctionalités de bootstrap (permet d'utiliser le caroussel et le dropdown) --> - State size:0 bytes
- <!-- Bug de JSF 2.0, la balise media est remplacée par media="screen" -->
<!-- Nécessité d'insérer print.css différemment -->
<!-- <link rel="stylesheet" href="#{request.contextPath}/print.css" media="print" /> --> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff1b" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff28" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff35" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fffc2" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fffcf" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fffdc" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fffe9" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21ffff6" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff83" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <UIOutput id="j_id1384194543_21fff90" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <!--[if IE]>
This content is ignored in Internet Explorer 11 and other browsers.
In older versions of Internet Explorer, it renders as part of the page.
<![endif]--> - State size:0 bytes
- <body data-spy="scroll" data-offset="0" data-target="#nav">
<div class="navbar-header"> - State size:0 bytes
- <UIOutput id="j_id307210318_1c81dadb" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- <!--========NAVBAR=====-->
<nav role="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid" id="cf">
<div class="navbar-header " id="nh" style="margin-bottom:3px;">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar_menu_principal">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"/> <span class="icon-bar"/> <span class="icon-bar"/>
</button> - State size:0 bytes
- <HtmlOutputLink disabled="false" id="j_id307210318_1c81dae8" inView="true" rendered="true" styleClass="col" transient="false" value="index.xhtml"> - State size:0 bytes
- <HtmlGraphicImage alt="Logo SEIRICH" id="j_id307210318_1c81da82" inView="true" ismap="false" rendered="true" styleClass="logoheader" transient="false" url="files?name=images/logo_seirich_navbar.png" value="files?name=images/logo_seirich_navbar.png"/> - State size:0 bytes
- </HtmlOutputLink>
- </div>
<div class="navbar-collapse collapse navbar_menu_principal doublemenu" style="height: 1px; padding-bottom: 1px;">
<ul class="nav navbar-nav" id="navbar_menu_principal">
<li class="rc"><a class="lienMenu " href="#{ msg [ 'web.pageaccueil.lien1']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81da8f" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre1']}"/> - State size:0 bytes
- </a></li>
<li class="ld"><a class="lienMenu " href="#{ msg [ 'web.pageaccueil.lien2']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81da9c" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre2']}"/> - State size:0 bytes
- </a></li>
<li class="fo"><a class="lienMenu " href="#{ msg [ 'web.pageaccueil.lien3']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81daa9" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre3']}"/> - State size:0 bytes
- </a></li>
<li class="qu"><a class="lienMenu " href="#{ msg [ 'web.pageaccueil.lien4']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81dab6" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre4']}"/> - State size:0 bytes
- </a></li>
<li class="ar"><a class="lienMenu " href="#{ msg [ 'web.pageaccueil.lien5']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81da43" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre5']}"/> - State size:0 bytes
- </a></li>
<li class="fa" style="margin-bottom: 5px;"><a class="lienMenu " href="#{ msg [ 'web.pageaccueil.lien6']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81da50" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre6']}"/> - State size:0 bytes
- </a></li>
<li><a href="#{ msg [ 'web.pageaccueil.lien7']}" class="lienMenu bouton_telecharger_header " id="btnheader"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81da5d" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre7']}"/> - State size:0 bytes
- </a></li>
<li id="reseausociauxli1"><a href="#{ msg [ 'web.pageaccueil.lienrs1']}" id="reseausociaux" target="blank"> - State size:0 bytes
- <HtmlGraphicImage alt="youtube" id="j_id307210318_1c81da6a" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </a></li>
<li id="reseausociauxli2"><a href="#{ msg [ 'web.pageaccueil.lienrs2']}" id="reseausociaux" target="blank"> - State size:0 bytes
- <HtmlGraphicImage alt="linkedin" id="j_id307210318_1c81da77" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </a></li> - State size:0 bytes
- <li id="drapeau"> - State size:0 bytes
- <HtmlPanelGroup id="j_id307210318_1c81da1e" inView="true" rendered="#{app.config.allLangues.size() > 1}" styleClass="right bottom" transient="false"> - State size:0 bytes
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id307210318_1c81da38" inView="true" prependId="true" rendered="true" styleClass="form_langue" submitted="false" transient="false"> - State size:0 bytes
- <ul class="nav">
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" id="drapeaux"> - State size:0 bytes
- <UIRepeat id="j_id307210318_1c81dbd2" inView="true" offset="0" rendered="true" size="-1" step="1" transient="false" value="#{app.config.allLangues}" var="l"> - State size:139 bytes
- <HtmlPanelGroup id="j_id307210318_1c81dbec" inView="true" rendered="#{l.language == locale.current }" transient="false"> - State size:0 bytes
- <HtmlGraphicImage alt="drapeau" id="j_id307210318_1c81db86" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- <b class="caret"/> - State size:0 bytes
- </HtmlPanelGroup>
- </UIRepeat>
- </a>
<ul class="dropdown-menu" id="zonedrapeau">
<li> - State size:0 bytes
- <UIRepeat id="j_id307210318_1c81db93" inView="true" offset="0" rendered="true" size="-1" step="1" transient="false" value="#{app.config.allLangues}" var="l"> - State size:139 bytes
- <HtmlPanelGroup id="j_id307210318_1c81dbad" inView="true" rendered="#{l.language != locale.current }" transient="false"> - State size:0 bytes
- <HtmlCommandLink action="#{locale.changeLanguage(l.language)}" actionExpression="#{locale.changeLanguage(l.language)}" disabled="false" id="j_id307210318_1c81db47" immediate="false" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <HtmlGraphicImage alt="drapeau" id="j_id307210318_1c81db61" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </HtmlCommandLink>
- </HtmlPanelGroup>
- </UIRepeat>
- </li>
</ul></li>
</ul> - State size:0 bytes
- </HtmlForm>
- </HtmlPanelGroup>
- </li> - State size:0 bytes
- <style>
#btnheader {
margin-bottom: 0px;
}
</style>
<li id="drapeaux2">
<!-- <a href="#" id="drapeaux2"><h:graphicImage library="default" name="images/drapeau/fr.png" alt="drapeau" /></a> -->
<!-- <a href="#" id="drapeaux2" ><h:graphicImage library="default" name="images/drapeau/gb.png" alt="drapeau" /></a> --> - State size:0 bytes
- <HtmlPanelGroup id="j_id307210318_1c81db08" inView="true" rendered="#{app.config.allLangues.size() > 1}" transient="false"> - State size:0 bytes
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id307210318_1c81db22" inView="true" prependId="true" rendered="true" styleClass="form_langue" submitted="false" transient="false"> - State size:0 bytes
- <a href="#" id="drapeaux2"> - State size:0 bytes
- <UIRepeat id="j_id307210318_1c81db3c" inView="true" offset="0" rendered="true" size="-1" step="1" transient="false" value="#{app.config.allLangues}" var="l"> - State size:139 bytes
- <HtmlPanelGroup id="j_id307210318_1c81d8d6" inView="true" rendered="#{l.language == locale.current }" transient="false"> - State size:0 bytes
- <HtmlGraphicImage alt="drapeau" id="j_id307210318_1c81d8f0" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </HtmlPanelGroup>
- </UIRepeat>
- </a>
<a href="#" id="drapeaux2"> - State size:0 bytes
- <UIRepeat id="j_id307210318_1c81d8fd" inView="true" offset="0" rendered="true" size="-1" step="1" transient="false" value="#{app.config.allLangues}" var="l"> - State size:139 bytes
- <HtmlPanelGroup id="j_id307210318_1c81d897" inView="true" rendered="#{l.language != locale.current }" transient="false"> - State size:0 bytes
- <HtmlCommandLink action="#{locale.changeLanguage(l.language)}" actionExpression="#{locale.changeLanguage(l.language)}" disabled="false" id="j_id307210318_1c81d8b1" immediate="false" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <HtmlGraphicImage alt="drapeau" id="j_id307210318_1c81d84b" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </HtmlCommandLink>
- </HtmlPanelGroup>
- </UIRepeat>
- </a> - State size:0 bytes
- </HtmlForm>
- </HtmlPanelGroup>
- </li> - State size:0 bytes
- <li><a href="#{ msg [ 'web.pageaccueil.lienrs2']}" id="reseausociaux2" style="padding-right: 0px;" target="blank"> - State size:0 bytes
- <HtmlGraphicImage alt="linkedin" id="j_id307210318_1c81d858" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </a> <a href="#{ msg [ 'web.pageaccueil.lienrs1']}" id="reseausociaux2" style="padding-right: 0px;" target="blank"> - State size:0 bytes
- <HtmlGraphicImage alt="youtube" id="j_id307210318_1c81d865" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </a></li>
</ul>
</div>
<div id="navbar_menu_principal2" class="navbar-collapse collapse navbar_menu_principal" style="height: 1px;">
<ul class="nav navbar-nav double" id="double1">
<li class="rc"><a class="lienMenu" href="#{ msg [ 'web.pageaccueil.lien1']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81d872" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre1']}"/> - State size:0 bytes
- </a></li>
<li class="ld"><a class="lienMenu liendouble" href="#{ msg [ 'web.pageaccueil.lien2']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81d87f" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre2']}"/> - State size:0 bytes
- </a></li>
<li class="fo"><a class="lienMenu" href="#{ msg [ 'web.pageaccueil.lien3']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81d80c" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre3']}"/> - State size:0 bytes
- </a></li>
<li class="qu"><a class="lienMenu" href="#{ msg [ 'web.pageaccueil.lien4']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81d819" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre4']}"/> - State size:0 bytes
- </a></li>
<li class="ar"><a class="lienMenu liendouble" href="#{ msg [ 'web.pageaccueil.lien5']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81d826" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre5']}"/> - State size:0 bytes
- </a></li>
<li class="fa" style="margin-bottom: 5px;"><a class="lienMenu" href="#{ msg [ 'web.pageaccueil.lien6']}"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81d833" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre6']}"/> - State size:0 bytes
- </a></li>
</ul>
<ul class="nav navbar-nav" id="double2">
<li><a href="#{ msg [ 'web.pageaccueil.lien7']}" class="lienMenu bouton_telecharger_header" id="btnheader" style="margin-top: 0px;"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id307210318_1c81d840" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.pageaccueil.soustitre7']}"/> - State size:0 bytes
- </a></li>
<li id="reseausociauxli1"><a href="#{ msg [ 'web.pageaccueil.lienrs1']}" id="reseausociaux" target="blank"> - State size:0 bytes
- <HtmlGraphicImage alt="youtube" id="j_id307210318_1c81d9cd" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </a></li>
<li id="reseausociauxli2"><a href="#{ msg [ 'web.pageaccueil.lienrs2']}" id="reseausociaux" target="blank"> - State size:0 bytes
- <HtmlGraphicImage alt="linkedin" id="j_id307210318_1c81d9da" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </a></li> - State size:0 bytes
- <li id="drapeau"> - State size:0 bytes
- <HtmlPanelGroup id="j_id307210318_1c81d981" inView="true" rendered="#{app.config.allLangues.size() > 1}" styleClass="right bottom" transient="false"> - State size:0 bytes
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id307210318_1c81d99b" inView="true" prependId="true" rendered="true" styleClass="form_langue" submitted="false" transient="false"> - State size:0 bytes
- <ul class="nav">
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" id="drapeaux" style=" margin-top: -3px;"> - State size:0 bytes
- <UIRepeat id="j_id307210318_1c81d9b5" inView="true" offset="0" rendered="true" size="-1" step="1" transient="false" value="#{app.config.allLangues}" var="l"> - State size:139 bytes
- <HtmlPanelGroup id="j_id307210318_1c81d94f" inView="true" rendered="#{l.language == locale.current }" transient="false"> - State size:0 bytes
- <HtmlGraphicImage alt="drapeau" id="j_id307210318_1c81d969" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- <b class="caret"/> - State size:0 bytes
- </HtmlPanelGroup>
- </UIRepeat>
- </a>
<ul class="dropdown-menu" id="zonedrapeau">
<li> - State size:0 bytes
- <UIRepeat id="j_id307210318_1c81d976" inView="true" offset="0" rendered="true" size="-1" step="1" transient="false" value="#{app.config.allLangues}" var="l"> - State size:139 bytes
- <HtmlPanelGroup id="j_id307210318_1c81d910" inView="true" rendered="#{l.language != locale.current }" transient="false"> - State size:0 bytes
- <HtmlCommandLink action="#{locale.changeLanguage(l.language)}" actionExpression="#{locale.changeLanguage(l.language)}" disabled="false" id="j_id307210318_1c81d92a" immediate="false" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <HtmlGraphicImage alt="drapeau" id="j_id307210318_1c81dec4" inView="true" ismap="false" rendered="true" transient="false"/> - State size:0 bytes
- </HtmlCommandLink>
- </HtmlPanelGroup>
- </UIRepeat>
- </li>
</ul></li>
</ul> - State size:0 bytes
- </HtmlForm>
- </HtmlPanelGroup>
- </li> - State size:0 bytes
- </ul>
</div>
</div>
</nav>
<script>
$(document).on('click', '.navbar-toggle', function(e) {
if ($(e.target).is('button') || $(e.target).is('span')) {
$('.navbar_menu_principal').collapse();
}
});
</script>
<script>
$( window ).resize(function() {
var x_res = window.innerWidth;
if(x_res > 1200)
{
if( document.getElementById('navbar_menu_principal').style.display == "none")
{
document.getElementById('navbar_menu_principal').style.display = "" ;
}
document.getElementById('double1').style.display = "none";
document.getElementById('double2').style.display = "none";
document.getElementById('nh').style.marginBottom = "3px";
}
else if (x_res > 900){
if( document.getElementById('double1').style.display == "none")
{
document.getElementById('double1').style.display = "" ;
document.getElementById('double2').style.display = "" ;
document.getElementById('double1').style.marginTop = "-75px";
document.getElementById('double2').style.marginTop = "-65px";
document.getElementById('nh').style.marginBottom = "-3px";
document.getElementById('navbar_menu_principal2').style.marginBottom = "-15px";
}
document.getElementById('navbar_menu_principal').style.display = "none";
}
else{
document.getElementById('navbar_menu_principal').style.display = "" ;
document.getElementById('double1').style.display = "none";
document.getElementById('double2').style.display = "none";
document.getElementById('nh').style.marginBottom = "3px";
document.getElementById('navbar_menu_principal2').style.marginBottom = "0px";
}
});
</script>
<script type="text/javascript">
if(window.innerWidth>1200){
document.getElementById('double1').style.display = "none";
document.getElementById('double2').style.display = "none";
}
else if(window.innerWidth>900){
document.getElementById('navbar_menu_principal').style.display = "none";
document.getElementById('double1').style.marginTop = "-75px";
document.getElementById('double2').style.marginTop = "-65px";
document.getElementById('nh').style.marginBottom = "-3px";
document.getElementById('navbar_menu_principal2').style.marginBottom = "-15px";
}
else{
if( document.getElementById('navbar_menu_principal').style.display == "none")
{
document.getElementById('navbar_menu_principal').style.display = "" ;
}
document.getElementById('double1').style.display = "none";
document.getElementById('double2').style.display = "none";
document.getElementById('nh').style.marginBottom = "3px";
document.getElementById('navbar_menu_principal2').style.marginBottom = "0px";
}
</script> - State size:0 bytes
- <UIOutput id="j_id307210318_1c81ded1" inView="true" rendered="true" transient="false"/> - State size:0 bytes
- </div>
<div class="row content contenuPrincipal"> - State size:0 bytes
- <HtmlForm acceptcharset="UTF-8" enctype="application/x-www-form-urlencoded" id="j_id197514407_43e94d78" inView="true" prependId="true" rendered="true" styleClass="form-horizontal" submitted="false" transient="false"> - State size:0 bytes
- <div class="row headerfaq">
<div class="col-lg-12">
<h1 class="text-center">#{ msg [ 'web.faq.titre']}</h1>
<div class="text-center">
<p class="lead"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id197514407_43e94d6a" inView="true" rendered="true" transient="false" value="#{msg['web.faq.soustitre']}"/> - State size:0 bytes
- </p>
<div class="col-md-4 col-sm-2"/>
<div class="col-md-4 col-sm-8">
<div class="form-group">
<div class="input-group input-group-lg"> - State size:0 bytes
- <HtmlInputText autocomplete="false" disabled="false" id="searchbarvalue" immediate="false" inView="true" localValueSet="false" maxlength="-2147483648" onkeypress="if (event.keyCode == 13) { $('.searchButton').click(); return false; }" readonly="false" rendered="true" required="false" size="-2147483648" styleClass="searchbarvalue form-control" transient="false" valid="true" value="#{question.filtre.clefRecherche}"/> - State size:198 bytes
- <HtmlPanelGroup id="j_id197514407_43e94d44" inView="true" rendered="true" styleClass="input-group-btn" transient="false"> - State size:0 bytes
- <HtmlCommandLink action="#{question.rechercheTexte}" actionExpression="#{question.rechercheTexte}" disabled="false" id="j_id197514407_43e94d26" immediate="false" inView="true" rendered="true" style="padding-top:8px; margin-top:10px;" styleClass="searchButton btn btn-default" title="#{msg['web.action.rechercher.tooltip']}" transient="false"> - State size:0 bytes
- <span class="text glyphicon glyphicon-search"/> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94d20" inView="true" rendered="true" transient="false" value=" "/> - State size:0 bytes
- </HtmlCommandLink>
- </HtmlPanelGroup>
- </div> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94d03" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.faq.motsclef']}"/> - State size:0 bytes
- </div>
</div>
</div>
</div>
</div>
<div class="row">
<!-- CATEGORIES -->
<div class="col-xs-12 col-sm-3 sommaire">
<div class="bs-docs-sidebar affix-top">
<ul class="sommairefaq nav bs-docs-sidenav">
<!-- Questions fréquentes -->
<li class="#{question.afficheQuestionsFrequentes ? 'active':''}"> - State size:0 bytes
- <HtmlCommandLink action="#{question.listQuestionsFrequentes}" actionExpression="#{question.listQuestionsFrequentes}" disabled="false" id="j_id197514407_43e94cf2" immediate="false" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <p class="etape"><strong> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94cec" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.faq.questionsfrequentes']}"/> - State size:0 bytes
- </strong>
<SPAN class="glyphicon glyphicon-pushpin pull-right"/></p> - State size:0 bytes
- </HtmlCommandLink>
- </li>
<!-- Toutes les questions -->
<li class="#{question.afficheToutesLesQuestions ? 'active':''}"> - State size:0 bytes
- <HtmlCommandLink action="#{question.listToutesLesQuestions}" actionExpression="#{question.listToutesLesQuestions}" disabled="false" id="j_id197514407_43e94cdf" immediate="false" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <p class="etape"> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94cb1" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.faq.touteslesquestions']}"/> - State size:0 bytes
- </p> - State size:0 bytes
- </HtmlCommandLink>
- </li>
<!-- Les catégories --> - State size:0 bytes
- <UIRepeat id="j_id197514407_43e94ca8" inView="true" offset="0" rendered="true" size="-1" step="1" transient="false" value="#{question.categories}" var="categ"> - State size:143 bytes
- <li class="#{question.codeCategorieSelectionnee.equals(categ.code) ? 'active':''}"> - State size:0 bytes
- <HtmlCommandLink action="#{question.listQuestionsParCategorie(categ.code, sf:convertStringI18n(categ.libelle))}" actionExpression="#{question.listQuestionsParCategorie(categ.code, sf:convertStringI18n(categ.libelle))}" disabled="false" id="j_id197514407_43e94c9a" immediate="false" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <p class="etape">#{sf:convertStringI18n(categ.libelle)}</p> - State size:0 bytes
- </HtmlCommandLink>
- </li> - State size:0 bytes
- </UIRepeat>
- </ul>
</div>
</div>
<!-- QUESTIONS -->
<div id="scroll"/>
<div class="col-xs-12 col-sm-9 faqZoneCentrale">
<!-- UNE QUESTION --> - State size:0 bytes
- <HtmlPanelGroup id="j_id197514407_43e94c74" inView="true" rendered="#{question.afficheUneQuestion}" transient="false"> - State size:0 bytes
- <!-- Bouton "retour" --> - State size:0 bytes
- <HtmlCommandLink action="#{question.retourFaq}" actionExpression="#{question.retourFaq}" disabled="false" id="j_id197514407_43e94c56" immediate="false" inView="true" rendered="true" styleClass="backButtonTop btn btn-default btn-xs" title="#{msg['web.action.rechercher.tooltip']}" transient="false"> - State size:0 bytes
- <span class="text glyphicon glyphicon-chevron-left"/> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94c50" inView="true" rendered="true" transient="false" value="#{msg['web.faq.retour']}"/> - State size:0 bytes
- </HtmlCommandLink>
- <!-- Affichage du détail d'une question --> - State size:0 bytes
- <HtmlPanelGroup id="j_id197514407_43e94c33" inView="true" rendered="#{question.questionDemandee != null}" transient="false"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id197514407_43e94c15" inView="true" rendered="true" styleClass="lead" transient="false" value="#{sf:convertStringI18n(question.questionDemandee.question)}"/> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id197514407_43e94c1c" inView="true" rendered="true" transient="false" value="#{sf:convertStringI18n(question.questionDemandee.reponse)}"/> - State size:0 bytes
- </HtmlPanelGroup>
- <!-- Bouton "retour" --> - State size:0 bytes
- <HtmlCommandLink action="#{question.retourFaq}" actionExpression="#{question.retourFaq}" disabled="false" id="j_id197514407_43e94c0f" immediate="false" inView="true" rendered="true" styleClass="backButtonDown btn btn-default btn-xs" title="#{msg['web.action.rechercher.tooltip']}" transient="false"> - State size:0 bytes
- <span class="text glyphicon glyphicon-chevron-left"/> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94fe1" inView="true" rendered="true" transient="false" value="#{msg['web.faq.retour']}"/> - State size:0 bytes
- </HtmlCommandLink>
- <p class="faq_contact"> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94fd8" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.faq.pasreponse']}"/> - State size:0 bytes
- <br/><a href="contact.xhtml"> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94fdb" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.faq.support']}"/> - State size:0 bytes
- <SPAN class="glyphicon glyphicon-earphone"/></a></p> - State size:0 bytes
- <HtmlPanelGroup id="j_id197514407_43e94fca" inView="true" rendered="#{question.questionDemandee == null}" transient="false"> - State size:0 bytes
- <p> - State size:0 bytes
- <HtmlOutputText escape="true" id="j_id197514407_43e94fa4" inView="true" rendered="true" transient="false" value="#{ msg [ 'web.faq.erreuraffichage']}"/> - State size:0 bytes
- </p> - State size:0 bytes
- </HtmlPanelGroup>
- </HtmlPanelGroup>
- </div>
</div> - State size:0 bytes
- </HtmlForm>
- <script type="text/javascript">
$( document ).ready(function() {
$('img').each(function() {
var $img = $(this);
var imgsrc = $img.attr('src');
if (imgsrc.substring(0, 8) == "../files") {
$img.attr('src', imgsrc.substr(3, imgsrc.length - 3));
}
});
});
if (window.matchMedia("(min-width: 1100px)").matches) {
}
else{
$('.faqZoneCentrale').ready(function() {
//Scroll vers la question
$('html, body').animate({
scrollTop: ($('.faqZoneCentrale').first().offset().top)
},500);
});
}
</script> - State size:0 bytes
- </div>
<div class="row" id="footer">
<div> - State size:0 bytes
- <section id="footer" name="footer">
<div id="footerwrap">
<div class="gradient-section6"/>
<div class="container-fluid">
<div class="row">
<div class="col-xs-6 footer-left" id="col-centrale-section6">
<div>
<a href="http://www.inrs.fr/" target="_blank" style="display: inline-block"> - State size:0 bytes
- <HtmlGraphicImage alt="Logo INRS" id="inrs" inView="true" ismap="false" rendered="true" styleClass="img-responsive" transient="false" url="files?name=images/INRS.png" value="files?name=images/INRS.png"/> - State size:0 bytes
- </a>
</div>
</div>
<div class="col-xs-6 footer-right" id="col-centrale-section6 right">
<p class="lien_footer">
<a href="apropos.xhtml" id="lien_footer-a">#{msg['web.apropos.libelle']}</a><br/>
<a href="plansite.xhtml" id="lien_footer-a">#{msg['web.plansite.libelle']}</a><br/>
<a href="mentionslegales.xhtml" id="lien_footer-a">#{msg['web.mentionslegales.libelle']}</a><br/>
<a href="#" id="lien_footer-a" class="ot-sdk-show-settings">#{msg['web.gestionCookie.libelle']}</a><br/>
<a href="partenaires.xhtml" id="lien_footer-a">#{msg['web.partenaire.libelle']}</a>
</p>
</div>
</div>
<!--/.row -->
</div>
<!--/.container -->
</div>
<!--/ #footer -->
</section> - State size:0 bytes
- </div>
</div> - State size:0 bytes
- <HtmlPanelGroup id="j_id130485615_7d7423f" inView="true" rendered="true" transient="false"> - State size:0 bytes
- <HtmlOutputText escape="false" id="j_id130485615_7d74255" inView="true" rendered="true" transient="false" value="#{app.config.getScriptStatistiqueBody()}"/> - State size:0 bytes
- </HtmlPanelGroup>
- <!-- Google Analytics --> - State size:0 bytes
- <HtmlPanelGroup id="j_id2131487359_2283d928" inView="true" rendered="#{ga}" transient="false"> - State size:0 bytes
- <script>
(function(i,s,o,g,r,a,m){
i['GoogleAnalyticsObject']=r;
i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];
a.async=1;
a.src=g;
m.parentNode.insertBefore(a,m)
})
(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '#{ga_code}'); // Remplacer par l'identifiant de votre propriété ID.
ga('send', 'pageview');
</script> - State size:0 bytes
- </HtmlPanelGroup>
- <!-- End Google Analytics --> - State size:0 bytes
- </body> - State size:0 bytes
- </html> - State size:0 bytes
- </UIViewRoot>
| Name | Value |
|---|---|
| question | Demarche-quelle_est_la_demarche_dâevaluation_utilisee_dans_seirich |
| Name | Value |
|---|---|
| redirection | net.atos.inrs.seirich.web.RedirectionManagedBean@2ec0766b |
| Name | Value |
|---|---|
| None | |
| Name | Value |
|---|---|
| WebBeansConfigurationListener | com.ibm.ws.webbeans.services.JCDIWebListener@5176a5fb |
| filtrefaq | net.atos.inrs.seirich.faq.FiltreFaqManagedBean@d66fd38d |
| locale | net.atos.inrs.seirich.locale.LocaleManagedBean@5af6d9ce |
| Name | Value |
|---|---|
| None | |
| Name | Value |
|---|---|
| JCDI_ENABLED | true |
| WINK_EJB_METADATA_KEY | org.apache.wink.server.internal.lifecycle.metadata.EJBMetadata@b58d0775 |
| app | net.atos.inrs.seirich.web.ApplicationManagedBean@4baa83e |