javax.el.ELException: /layout/template.xhtml: /dettaglioDocumento.xhtml @12,112 value="#{articoloHelper.getDettaglioArticolo(articoloHelper.idArticolo).titolo}": javax.persistence.NoResultException: No entity found for query
at com.sun.facelets.compiler.TextInstruction.write(TextInstruction.java:48)
at com.sun.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:39)
at com.sun.facelets.compiler.UILeaf.encodeAll(UILeaf.java:149)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:592)
at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:109)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98)
at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:38)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:390)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:517)
at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:562)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
Caused by: javax.persistence.NoResultException: No entity found for query
at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:82)
at com.novaware.fondazione.viewObjects.ArticoloHelper.getArticolo(ArticoloHelper.java:70)
at com.novaware.fondazione.viewObjects.ArticoloHelper.getDettaglioArticolo(ArticoloHelper.java:399)
at com.novaware.fondazione.viewObjects.ArticoloHelper.getDettaglioArticolo(ArticoloHelper.java:394)
at sun.reflect.GeneratedMethodAccessor988.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:166)
at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:102)
at com.novaware.fondazione.viewObjects.ArticoloHelper_$$_javassist_1.getDettaglioArticolo(ArticoloHelper_$$_javassist_1.java)
at sun.reflect.GeneratedMethodAccessor987.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:329)
at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:274)
at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59)
at org.jboss.el.parser.AstValue.getValue(AstValue.java:67)
at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:40)
at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
at com.sun.facelets.el.ELText$ELTextVariable.writeText(ELText.java:184)
at com.sun.facelets.el.ELText$ELTextComposite.writeText(ELText.java:108)
at com.sun.facelets.compiler.TextInstruction.write(TextInstruction.java:45)
... 55 more
- <AjaxViewRoot id="_viewRoot" immediate="false" locale="it" renderKitId="HTML_BASIC" renderRegionOnly="false" rendered="true" selfRendered="false" submitted="false" transient="false" viewId="/dettaglioDocumento.xhtml">
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
- <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Fondazione per lo sviluppo sostenibile - #{sezione}</title>
<link href="#{facesContext.externalContext.requestContextPath}/stylesheet/style.css" rel="stylesheet" type="text/css"/>
<link href="#{facesContext.externalContext.requestContextPath}/stylesheet/custom.css" rel="stylesheet" type="text/css"/>
<meta name="generator" content="Demetrio Filocamo"/>
<meta name="author" content="Demetrio Filocamo"/>
<meta name="keywords" content="#{more_keywords}"/>
<meta name="description" content="#{more_description}"/>
- <link rel="icon" href="#{facesContext.externalContext.requestContextPath}/layout/immagini/favicon2.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="#{facesContext.externalContext.requestContextPath}/layout/immagini/favicon2.ico" type="image/x-icon"/>
<script language="javascript">AC_FL_RunContent = 0;</script>
- <HtmlLoadScript id="j_id3" rendered="true" src="/js/AC_RunActiveContent.js" transient="false"/>
- <HtmlLoadScript id="j_id4" rendered="true" src="/js/oodomimagerollover.js" transient="false"/>
- <HtmlLoadScript id="j_id5" rendered="true" src="/js/bookmark_page.js" transient="false"/>
- <HtmlLoadScript id="j_id6" rendered="true" src="resource://prototype.js" transient="false"/>
- <HtmlLoadScript id="j_id7" rendered="true" src="resource://jquery.js" transient="false"/>
- <HtmlLoadScript id="j_id8" rendered="true" src="/js/shadowbox/shadowbox-prototype.js" transient="false"/>
- <HtmlLoadScript id="j_id9" rendered="true" src="/js/shadowbox/shadowbox.js" transient="false"/>
- <!-- <a:loadStyle src="/stylesheet/lightwindow/default.css" />
<a:loadStyle src="/stylesheet/lightwindow/lightwindow.css" />-->
<script type="text/javascript">
//<![CDATA[
Shadowbox.loadLanguage('#{localeSelector.language}', '#{facesContext.externalContext.requestContextPath}/js/shadowbox/lang');
Shadowbox.loadPlayer(['img', 'flv', 'iframe', 'html', 'qt', 'swf', 'wmp'], '#{facesContext.externalContext.requestContextPath}/js/shadowbox/player');
Shadowbox.loadSkin('classic', '#{facesContext.externalContext.requestContextPath}/js/shadowbox/skin');
window.onload = function() {
Shadowbox.init();
/*if ("#{tipo}"=="home" && #{userSessionOptions.hpSpotViewed}==false) {
Shadowbox.open({
content: "http://www.youtube.com/v/kidHbdfClkw&hl=en&fs=1&rel=0&autoplay=1",
player: "iframe",
title: "",
height: 350,
width: 500
});
spotViewed();
}*/
}
//]]>
</script>
<script type="text/javascript">
// Rilegge gli elementi della pagina
function SetupShadowBox() {
Shadowbox.clearCache();
Shadowbox.setup();
}
;
</script>
</head>
<body>
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id11" prependId="true" rendered="true" submitted="false" transient="false">
- <HtmlAjaxFunction ajaxSingle="false" bypassUpdates="false" id="j_id12" ignoreDupResponses="false" immediate="false" limitToList="false" name="spotViewed" rendered="true" requestDelay="-2147483648" timeout="-2147483648" transient="false"/>
- </HtmlForm>
- <div id="topPan">
- <HtmlGraphicImage id="j_id14" ismap="false" rendered="true" styleClass="banner" transient="false" url="/images/illustrazioni/illustrazione_home.gif" value="/images/illustrazioni/illustrazione_home.gif" width="737"/>
- <HtmlLink action=" disabled="false" id="j_id15" immediate="false" includePageParams="true" propagation="default" rendered="true" transient="false" view="/home.xhtml">
- <HtmlGraphicImage id="j_id16" ismap="false" rendered="true" styleClass="logo" transient="false" url="/images/logo_fondazione.gif" value="/images/logo_fondazione.gif" width="210"/>
- </HtmlLink>
- </div>
<div id="bodytopmainPan" style="border-top: 10px solid #{(bordino!=null) ? bordino : 'green'}">
<div class="menuPan" style="clear: both;">
<ul>
<li class="yellow#{(selectedTab=='yellow')?'':'over'}">
- <HtmlLink action=" disabled="false" id="j_id18" immediate="false" includePageParams="true" propagation="none" rendered="true" transient="false" value="News" view="/news.xhtml"/>
- </li>
<li class="green#{(selectedTab=='green')?'':'over'}">
- <HtmlOutputLink disabled="false" id="j_id20" rendered="true" styleClass="menuistituzionale" transient="false" value="/chi-siamo">
- Chi siamo
- </HtmlOutputLink>
- </li>
<li class="orange#{(selectedTab=='orange')?'':'over'}">
- <HtmlLink action=" disabled="false" id="j_id23" immediate="false" includePageParams="true" propagation="none" rendered="true" transient="false" value="Documenti" view="/studi.xhtml"/>
- </li>
<li class="red#{(selectedTab=='red')?'':'over'}">
- <HtmlLink action=" disabled="false" id="j_id25" immediate="false" includePageParams="true" propagation="none" rendered="true" transient="false" value="Appuntamenti" view="/eventi.xhtml"/>
- </li>
<li class="blue#{(selectedTab=='blue')?'':'over'}">
- <HtmlLink action=" disabled="false" id="j_id27" immediate="false" includePageParams="true" propagation="none" rendered="true" transient="false" value="Materiale" view="/documenti.xhtml"/>
- </li>
<li class="grey#{(selectedTab=='grey')?'':'over'}">
- <HtmlLink action=" disabled="false" id="j_id29" immediate="false" includePageParams="true" propagation="none" rendered="true" transient="false" value="Normativa" view="/normativa.xhtml"/>
- </li>
<li class="violet#{(selectedTab=='violet')?'':'over'}">
- <HtmlLink action=" disabled="false" id="j_id31" immediate="false" includePageParams="true" propagation="none" rendered="true" transient="false" value="Media" view="/multimedia.xhtml"/>
- </li>
<li class="green2#{(selectedTab=='green2')?'':'over'}">
- <HtmlLink action=" disabled="false" id="j_id33" immediate="false" includePageParams="true" propagation="none" rendered="true" transient="false" value="English" view="/english.xhtml"/>
- </li>
</ul>
</div>
<table cellpadding="0" cellspacing="0" width="60%" border="0" align="center" style="margin-top: 25px;">
<tr>
<td align="center">
- <HtmlAjaxOutputPanel ajaxRendered="true" id="j_id35" keepTransient="true" layout="inline" rendered="true" transient="false">
- <HtmlPanel id="j_id36" rendered="false" style="width: 500px" transient="false">
- <HtmlRichMessages ajaxRendered="true" globalOnly="true" id="j_id37" keepTransient="false" layout="list" level="ALL" rendered="true" showDetail="false" showSummary="true" tooltip="false" transient="false"/>
- </HtmlPanel>
- <HtmlSpacer height="10" id="j_id38" rendered="false" title="" transient="false" width="1"/>
- </HtmlAjaxOutputPanel>
- </td>
</tr>
</table>
<div id="bodytopPan#{selectedTab}">
- <div class="corpoTesto coloreCorpoTesto#{selectedTab}">
- <HtmlSpacer height="10" id="j_id41" rendered="true" title="" transient="false" width="1"/>
- <HtmlPanelGrid border="-2147483648" columnClasses="valign_top width_200px,valign_top width_730px" columns="2" id="j_id42" rendered="true" transient="false" width="100%">
- <HtmlDecorate id="j_id43" rendered="true" template="layout/boxListaCategorie.xhtml" transient="false">
- <HtmlDecorate id="j_id44" rendered="true" template="box.xhtml" transient="false">
- <HtmlPanel id="j_id45" rendered="true" style="float: center; width: 200px; height: auto;" transient="false">
- <h3 style="margin-left: 10px;float: right;#{stileTitolo}">#{title}</h3>
- <HtmlSpacer height="35" id="j_id47" rendered="true" title="" transient="false" width="1"/>
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id48" prependId="true" rendered="true" submitted="false" transient="false">
- <HtmlDataTable border="0" captionClass="" cellpadding="0" cellspacing="0" columnClasses="rich-table-cell-transparent" columns="-2147483648" componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@ec229c" first="0" footerClass="" headerClass="" id="tabCategorie" rendered="true" rowKeyVar="rw" rows="0" styleClass="rich-table-transparent" transient="false" var="cat" width="100%">
- <HtmlColumn breakBefore="false" colspan="-2147483648" filterEvent="onchange" filterExpression="false" footerClass="" headerClass="" id="j_id49" label="" rendered="true" rowspan="-2147483648" selfSorted="true" sortOrder="UNSORTED" sortable="true" styleClass="categoriaselezionatablue" transient="false" visible="true">
- <HtmlLink action=" disabled="false" id="j_id50" immediate="false" includePageParams="true" propagation="default" rendered="true" style="color: #6b6b6b;" styleClass="bluelink" transient="false" view="/documenti.xhtml">
- <UIParameter id="j_id51" name="catid" rendered="true" transient="false"/>
- </HtmlLink>
- </HtmlColumn>
- </HtmlDataTable>
- </HtmlForm>
- <HtmlDiv id="j_id52" rendered="true" style="clear: both;" transient="false"/>
- </HtmlPanel>
- </HtmlDecorate>
- </HtmlDecorate>
- <HtmlDecorate id="j_id53" rendered="true" template="layout/boxDettaglioArticolo.xhtml" transient="false">
- <HtmlDecorate id="j_id54" rendered="true" template="box.xhtml" transient="false">
- <HtmlPanel id="j_id55" rendered="true" style="float: center; width: 99%; height: auto;margin-left: 3px;" transient="false">
- <h3 style="margin-left: 10px;float: right;#{stileTitolo}">#{title}</h3>
- <HtmlSpacer height="35" id="j_id57" rendered="true" title="" transient="false" width="1"/>
- <HtmlDiv id="j_id58" rendered="true" style="float: right;" transient="false">
- <HtmlForm enctype="application/x-www-form-urlencoded" id="favBox" prependId="true" rendered="false" submitted="false" transient="false">
- <HtmlAjaxCommandButton action="#{favArticlesHelper.addFavouriteArticle(articoloHelper.getDettaglioArticolo(idArticolo))}" actionExpression="#{favArticlesHelper.addFavouriteArticle(articoloHelper.getDettaglioArticolo(idArticolo))}" ajaxSingle="false" bypassUpdates="false" disabled="false" id="j_id59" ignoreDupResponses="false" image="/layout/immagini/fav_no.png" immediate="false" limitToList="false" requestDelay="-2147483648" size="-2147483648" styleClass="nostyle" timeout="-2147483648" title="Add to favourites" transient="false"/>
- <HtmlAjaxCommandButton action="#{favArticlesHelper.deleteFavouriteArticle(articoloHelper.getDettaglioArticolo(idArticolo))}" actionExpression="#{favArticlesHelper.deleteFavouriteArticle(articoloHelper.getDettaglioArticolo(idArticolo))}" ajaxSingle="false" bypassUpdates="false" disabled="false" id="j_id60" ignoreDupResponses="false" image="/layout/immagini/fav_yes.png" immediate="false" limitToList="false" requestDelay="-2147483648" size="-2147483648" timeout="-2147483648" title="Delete from favourites" transient="false"/>
- </HtmlForm>
- </HtmlDiv>
- <HtmlAjaxOutputPanel ajaxRendered="false" id="dettaglioArticolo" keepTransient="true" layout="inline" rendered="true" style="" styleClass="" transient="false">
- <HtmlPanelGrid border="0" columns="1" id="j_id61" rendered="true" transient="false" width="100%">
- <HtmlPanelGroup id="j_id62" transient="false">
- <HtmlOutputText converter="org.jboss.seam.ui.converter.DateTimeConverter@d43a7f" escape="true" id="j_id63" transient="false"/>
- <HtmlOutputText escape="true" id="j_id64" rendered="true" transient="false" value=" "/>
- <HtmlOutputText converter="org.jboss.seam.ui.converter.DateTimeConverter@14c759b" escape="true" id="j_id65" transient="false"/>
- </HtmlPanelGroup>
- <HtmlOutputText escape="true" id="j_id66" rendered="false" style="font-weight: bold;" transient="false"/>
- <HtmlOutputLink disabled="false" id="j_id67" target="_blank" transient="false">
- <HtmlOutputText escape="true" id="j_id68" rendered="true" transient="false"/>
- <br/>
- </HtmlOutputLink>
- <br/>
- <HtmlPanelGroup id="j_id71" transient="false">
- <HtmlOutputText escape="false" id="j_id72" rendered="true" transient="false"/>
- </HtmlPanelGroup>
- <HtmlPanelGroup id="j_id73" transient="false">
- <HtmlOutputText escape="false" id="j_id74" rendered="true" transient="false"/>
- </HtmlPanelGroup>
- <HtmlOutputText escape="false" id="j_id75" transient="false"/>
- <HtmlSpacer height="20" id="j_id76" title="" transient="false" width="1"/>
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id77" prependId="true" rendered="true" submitted="false" transient="false">
- <HtmlDecorate id="j_id78" template="box.xhtml" transient="false">
- <HtmlPanel id="j_id79" rendered="true" style="float: center; width: 99%; height: auto;margin-left: 3px;" transient="false">
- <h3 style="margin-left: 10px;float: right;#{stileTitolo}">#{title}</h3>
- <HtmlSpacer height="35" id="j_id81" rendered="true" title="" transient="false" width="1"/>
- <HtmlDataGrid border="0" captionClass="" cellpadding="0" cellspacing="0" columnClasses="thumbnail" columns="4" componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@1a8a9ff" elements="8" first="0" footerClass="" headerClass="" id="tabPhotogallery" rendered="true" rows="8" transient="false" var="img" width="100%">
- <HtmlOutputLink disabled="false" id="j_id82" rel="shadowbox[dettaglio];options={slideshowDelay:5,continuous:true}" rendered="true" title="" transient="false" value="./image/big/.">
- <HtmlGraphicImage id="j_id83" ismap="false" rendered="true" transient="false" url="./image/small/." value="./image/small/."/>
- </HtmlOutputLink>
- <br/>
- <HtmlOutputText escape="true" id="j_id85" rendered="true" style="font-weight: bold;" transient="false"/>
- <HtmlDiv id="j_id86" rendered="false" transient="false">
- <br/>
- <HtmlOutputText escape="true" id="j_id88" rendered="true" transient="false"/>
- </HtmlDiv>
- </HtmlDataGrid>
- <HtmlDiv id="j_id89" rendered="true" style="clear: both;" transient="false"/>
- </HtmlPanel>
- </HtmlDecorate>
- <HtmlDatascroller ajaxSingle="true" align="center" boundaryControls="show" bypassUpdates="false" fastControls="show" fastStep="0" for="tabPhotogallery" id="j_id90" ignoreDupResponses="true" immediate="false" limitToList="false" maxPages="10" oncomplete="SetupShadowBox();" page="1" renderIfSinglePage="false" rendered="true" requestDelay="-2147483648" stepControls="show" timeout="-2147483648" transient="false"/>
- </HtmlForm>
- <HtmlSpacer height="20" id="j_id91" title="" transient="false" width="1"/>
- <HtmlDecorate id="j_id92" template="box.xhtml" transient="false">
- <HtmlPanel id="j_id93" rendered="true" style="float: center; width: 99%; height: auto;margin-left: 3px;" transient="false">
- <h3 style="margin-left: 10px;float: right;#{stileTitolo}">#{title}</h3>
- <HtmlSpacer height="35" id="j_id95" rendered="true" title="" transient="false" width="1"/>
- <HtmlDataList componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@77b5d1" first="0" id="j_id96" rendered="true" rows="0" transient="false" var="link">
- <HtmlOutputLink disabled="false" id="j_id97" rel="" rendered="true" target="" transient="false">
- <HtmlOutputText escape="true" id="j_id98" rendered="false" transient="false"/>
- <HtmlOutputText escape="true" id="j_id99" rendered="true" transient="false"/>
- </HtmlOutputLink>
- <br/>#{link.descrizione}
- </HtmlDataList>
- <HtmlDiv id="j_id101" rendered="true" style="clear: both;" transient="false"/>
- </HtmlPanel>
- </HtmlDecorate>
- <HtmlSpacer height="20" id="j_id102" title="" transient="false" width="1"/>
- <HtmlDecorate id="j_id103" template="box.xhtml" transient="false">
- <HtmlPanel id="j_id104" rendered="true" style="float: center; width: 99%; height: auto;margin-left: 3px;" transient="false">
- <h3 style="margin-left: 10px;float: right;#{stileTitolo}">#{title}</h3>
- <HtmlSpacer height="35" id="j_id106" rendered="true" title="" transient="false" width="1"/>
- <HtmlDataList componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@10f3059" first="0" id="j_id107" rendered="true" rows="0" transient="false" var="col">
- <HtmlLink action=" disabled="false" id="j_id108" immediate="false" includePageParams="true" propagation="default" rendered="true" transient="false" view="/dettaglio.xhtml">
- <UIParameter id="j_id109" name="title" rendered="true" transient="false"/>
- <UIParameter id="j_id110" name="id" rendered="true" transient="false"/>
- </HtmlLink>
- </HtmlDataList>
- <HtmlDiv id="j_id111" rendered="true" style="clear: both;" transient="false"/>
- </HtmlPanel>
- </HtmlDecorate>
- <HtmlSpacer height="20" id="j_id112" title="" transient="false" width="1"/>
- <HtmlDecorate id="j_id113" template="box.xhtml" transient="false">
- <HtmlPanel id="j_id114" rendered="true" style="float: center; width: 99%; height: auto;margin-left: 3px;" transient="false">
- <h3 style="margin-left: 10px;float: right;#{stileTitolo}">#{title}</h3>
- <HtmlSpacer height="35" id="j_id116" rendered="true" title="" transient="false" width="1"/>
- <AjaxForm ajaxSingle="false" ajaxSubmit="true" bypassUpdates="false" id="j_id117" ignoreDupResponses="false" limitToList="false" prependId="true" rendered="true" requestDelay="-2147483648" submitted="false" timeout="-2147483648" transient="false">
- <HtmlDataList componentState="org.ajax4jsf.component.SequenceDataAdaptor$1@1a0a892" first="0" header="Scarica" id="j_id118" rendered="true" rows="0" transient="false" var="doc">
- header
- Scarica
- <HtmlLink action="#{articoloHelper.download}" actionExpression="#{articoloHelper.download}" disabled="false" id="j_id120" immediate="false" includePageParams="true" propagation="default" rendered="true" transient="false" value=".">
- <UIParameter id="j_id121" name="id" rendered="true" transient="false" value="210"/>
- <UIParameter id="j_id122" name="idDocumentoDaScaricare" rendered="true" transient="false"/>
- </HtmlLink>
- <HtmlPanelGroup id="j_id123" rendered="false" transient="false">
- (
- <HtmlOutputLink disabled="false" id="j_id125" rel="shadowbox" rendered="true" transient="false" value="../file/.">
- anteprima
- </HtmlOutputLink>
- )
- </HtmlPanelGroup>
- <HtmlPanelGroup id="j_id128" rendered="false" transient="false">
- <br/>
- <HtmlOutputText escape="true" id="j_id130" rendered="true" transient="false"/>
- </HtmlPanelGroup>
- </HtmlDataList>
- </AjaxForm>
- <HtmlDiv id="j_id131" rendered="true" style="clear: both;" transient="false"/>
- </HtmlPanel>
- </HtmlDecorate>
- </HtmlPanelGrid>
- </HtmlAjaxOutputPanel>
- <HtmlDiv id="j_id132" rendered="true" style="clear: both;" transient="false"/>
- </HtmlPanel>
- </HtmlDecorate>
- </HtmlDecorate>
- </HtmlPanelGrid>
- </div>
- <HtmlSpacer height="20" id="j_id134" rendered="true" title="" transient="false" width="1"/>
- </div>
- <HtmlDiv id="j_id136" rendered="true" style="width: 975px; margin: auto;" transient="false">
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id137" prependId="true" rendered="true" style="float: right;" submitted="false" transient="false">
- <HtmlAjaxCommandButton ajaxSingle="false" bypassUpdates="false" disabled="false" id="j_id138" ignoreDupResponses="false" immediate="false" limitToList="false" oncomplete="javascript:Richfaces.showModalPanel('mpNewsletter')" rendered="true" requestDelay="-2147483648" size="-2147483648" style="display: block;height: 24px;" timeout="-2147483648" transient="false" value="Iscriviti alla newsletter"/>
- </HtmlForm>
- <form action="#{facesContext.externalContext.requestContextPath}/search.seam" method="get" onsubmit="document.location='#{facesContext.externalContext.requestContextPath}/q-'+$('queryh').value;return false;">
<input type="text" id="queryh" name="q" style="width: 690px;height: 16px;margin-top: 0px;margin-left: 5px;" value="#{searchAction.q}"/>
<input type="button" onclick="document.location='#{facesContext.externalContext.requestContextPath}/q-'+$('queryh').value" value="Cerca nel sito" style="height: 24px;width: 90px;float: left;"/>
</form>
- <HtmlDiv id="j_id140" rendered="true" style="clear: both;" transient="false"/>
- </HtmlDiv>
- </div>
<div id="footermainPan">
<div id="footerPan">
<!-- <p class="html"><a href="http://validator.w3.org/check?uri=referer" target="_blank">LOGIN</a></p>
<p class="css"><a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">RSS</a></p>-->
<ul>
<li>
- <HtmlOutputLink disabled="false" id="j_id142" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/home">
- Home
- </HtmlOutputLink>
- |
</li>
<li>
- <HtmlOutputLink disabled="false" id="j_id145" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/news">
- News
- </HtmlOutputLink>
- |
</li>
<li>
- <HtmlOutputLink disabled="false" id="j_id148" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/chi-siamo">
- Chi siamo
- </HtmlOutputLink>
- |
</li>
<li>
- <HtmlOutputLink disabled="false" id="j_id151" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/documenti">
- Documenti
- </HtmlOutputLink>
- |
</li>
<li>
- <HtmlOutputLink disabled="false" id="j_id154" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/appuntamenti">
- Appuntamenti
- </HtmlOutputLink>
- |
</li>
<li>
- <HtmlOutputLink disabled="false" id="j_id157" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/materiale">
- Materiale
- </HtmlOutputLink>
- |
</li>
<li>
- <HtmlOutputLink disabled="false" id="j_id160" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/normativa">
- Normativa
- </HtmlOutputLink>
- |
</li>
<li>
- <HtmlOutputLink disabled="false" id="j_id163" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/media">
- Media
- </HtmlOutputLink>
- |
</li>
<!--<li><h:outputLink value="#{facesContext.externalContext.requestContextPath}/chiSiamo" styleClass="linkboxgrigiobottom">Chi siamo</h:outputLink>
|
</li>-->
<li>
- <HtmlOutputLink disabled="false" id="j_id166" rendered="true" styleClass="linkboxgrigiobottobm" transient="false" value="/contatti">
- Contatti
- </HtmlOutputLink>
- |
</li>
<li style="display: none;">
- <HtmlOutputLink disabled="false" id="j_id169" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/privacy">
- Privacy
- </HtmlOutputLink>
- |
</li>
<li>
- <HtmlOutputLink disabled="false" id="j_id172" rendered="true" styleClass="linkboxgrigiobottom" transient="false" value="/areaRiservata">
- Area riservata
- </HtmlOutputLink>
- <HtmlOutputText escape="true" id="j_id174" rendered="false" transient="false" value=" | "/>
- </li>
<li>
- <HtmlOutputLink disabled="false" id="j_id176" rendered="false" styleClass="linkboxgrigiobottom" transient="false" value="/gestione/">
- Amministrazione
- </HtmlOutputLink>
- <HtmlOutputText escape="true" id="j_id178" rendered="false" transient="false" value=" | "/>
- </li>
<li>
- <HtmlLink action="#{identity.logout}" actionExpression="#{identity.logout}" disabled="false" id="j_id180" immediate="false" includePageParams="true" propagation="default" rendered="false" styleClass="linkboxgrigiobottom" transient="false" value="Logout" view="/home.xhtml"/>
- </li>
</ul>
<p class="copyright">
- <HtmlOutputText escape="true" id="j_id182" rendered="true" styleClass="testobottom" transient="false" value="Copyright © 2010 - "/>
- <HtmlOutputText escape="true" id="j_id183" rendered="true" styleClass="testobottom" transient="false" value="Fondazione per lo Sviluppo Sostenibile - "/>
- <HtmlOutputText escape="true" id="j_id184" rendered="true" styleClass="testobottom" transient="false" value="Via dei Laghi, 12 - "/>
- <HtmlOutputText escape="true" id="j_id185" rendered="true" styleClass="testobottom" transient="false" value="00198 Roma"/>
- <HtmlOutputLink disabled="false" id="j_id186" rendered="true" styleClass="linkbottom" transient="false" value="mailto:info@fondazionesvilupposostenibile.org">
- <HtmlOutputText escape="true" id="j_id187" rendered="false" transient="false" value="info@fondazionesvilupposostenibile.org"/>
- </HtmlOutputLink>
- </p>
</div>
</div>
<!-- ATTIVARE PER IL MULTILINGUA -->
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id189" prependId="true" rendered="false" submitted="false" transient="false">
- <HtmlCommandLink action="#{localeSelector.select}" actionExpression="#{localeSelector.select}" disabled="false" id="j_id190" immediate="false" rendered="true" styleClass="linklinguasel" transient="false" value="ITA">
- <HtmlConversationPropagation id="j_id191" name="conversationPropagation" rendered="true" transient="false" type="none" value="none"/>
- </HtmlCommandLink>
-
- <HtmlCommandLink action="#{localeSelector.select}" actionExpression="#{localeSelector.select}" disabled="false" id="j_id193" immediate="false" rendered="true" styleClass="linklingua" transient="false" value="ENG">
- <HtmlConversationPropagation id="j_id194" name="conversationPropagation" rendered="true" transient="false" type="none" value="none"/>
- </HtmlCommandLink>
- <HtmlSpacer height="1" id="j_id195" rendered="true" title="" transient="false" width="10"/>
- </HtmlForm>
- <!-- FINE -->
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id197" prependId="true" rendered="false" style="position:absolute; top: 10px;left: 10px;" submitted="false" transient="false">
- <HtmlPanelGrid border="0" cellpadding="0" cellspacing="0" columns="4" id="j_id198" rendered="true" transient="false">
- <HtmlOutputLink disabled="false" id="j_id199" rendered="true" styleClass="menuistituzionale" transient="false" value="javascript:print();">
- <img src="#{facesContext.externalContext.requestContextPath}/layout/immagini/stampa.png" border="0" alt="Stampa"/>
- </HtmlOutputLink>
- <!-- updateURL(document.location.toString()); -->
- <HtmlAjaxCommandLink action="#{inviaAmico.svuota}" actionExpression="#{inviaAmico.svuota}" ajaxSingle="true" bypassUpdates="false" disabled="false" id="j_id202" ignoreDupResponses="false" immediate="false" limitToList="false" oncomplete="javascript:Richfaces.showModalPanel('mpInviaAmico')" rendered="true" requestDelay="-2147483648" styleClass="menuistituzionale" timeout="-2147483648" transient="false">
- <HtmlConversationPropagation id="j_id203" name="conversationPropagation" rendered="true" transient="false" type="join" value="join"/>
- <img src="#{facesContext.externalContext.requestContextPath}/layout/immagini/invia_amico.png" border="0" alt="Invia ad un amico"/>
- </HtmlAjaxCommandLink>
- <HtmlOutputLink disabled="false" id="j_id205" rendered="true" styleClass="menuistituzionale" transient="false">
- <img src="#{facesContext.externalContext.requestContextPath}/layout/immagini/add_preferiti.png" border="0" alt="Aggiungi ai preferiti"/>
- </HtmlOutputLink>
- <HtmlSpacer height="4" id="j_id207" rendered="true" title="" transient="false" width="1"/>
- </HtmlPanelGrid>
- </HtmlForm>
- <!-- modal panels inclusi -->
- <!-- Pannello per newsletter -->
- <HtmlModalPanel autosized="true" controlsClass="" headerClass="" height="-1" id="mpNewsletter" immediate="false" keepVisualState="false" left="auto" localValueSet="false" minHeight="-1" minWidth="-1" moveable="true" onbeforehide="" onbeforeshow="" onhide="" onmaskclick="" onmaskcontextmenu="" onmaskdblclick="" onmaskmousedown="" onmaskmousemove="" onmaskmouseout="" onmaskmouseover="" onmaskmouseup="" onmove="" onresize="" onshow="" rendered="true" required="false" resizeable="false" shadowDepth="true" shadowOpacity="true" showWhenRendered="false" top="auto" transient="false" tridentIVEngineSelectBehavior="disable" trimOverlayedElements="true" valid="true" width="400" zindex="2000">
- controls
- <HtmlForm enctype="application/x-www-form-urlencoded" id="j_id211" prependId="true" rendered="true" submitted="false" transient="false">
- <HtmlAjaxCommandLink ajaxSingle="false" bypassUpdates="false" disabled="false" id="j_id212" ignoreDupResponses="false" immediate="false" limitToList="false" oncomplete="Richfaces.hideModalPanel('mpNewsletter')" rendered="true" requestDelay="-2147483648" timeout="-2147483648" transient="false">
- <HtmlGraphicImage id="j_id213" ismap="false" rendered="true" style="vertical-align: middle" transient="false" url="/layout/immagini/pulsanti/close.png" value="/layout/immagini/pulsanti/close.png"/>
- </HtmlAjaxCommandLink>
- </HtmlForm>
- header
- <HtmlOutputText escape="true" id="j_id210" rendered="true" transient="false" value="Iscrizione newsletter"/>
- <HtmlForm enctype="application/x-www-form-urlencoded" id="opform" prependId="true" rendered="true" submitted="false" transient="false">
- <HtmlAjaxOutputPanel ajaxRendered="false" id="opnw" keepTransient="true" layout="inline" rendered="true" transient="false">
- <HtmlPanelGrid border="0" columns="1" id="j_id214" rendered="true" style="height: 100%" transient="false" width="100%">
- <HtmlPanelGrid border="-2147483648" columns="3" id="j_id215" rendered="true" rowClasses="Table1Row1, Table1Row2" styleClass="Table1" transient="false">
- <HtmlOutputLabel escape="true" for="emailNL" id="j_id216" rendered="true" style="font-weight: bold;" transient="false" value="E-mail"/>
- <HtmlInputText converterMessage="Email non valida" disabled="false" id="emailNL" immediate="false" label="Email" localValueSet="false" maxlength="-2147483648" readonly="false" rendered="true" required="true" requiredMessage="Campo obbligatorio" size="-2147483648" style="width: 157px;" styleClass="inputtext" transient="false" valid="true"/>
- <HtmlMessage errorClass="errorMessage" for="emailNL" id="error" rendered="true" showDetail="true" showSummary="false" tooltip="false" transient="false"/>
- </HtmlPanelGrid>
- <HtmlOutputText escape="true" id="j_id217" rendered="true" style="font-weight: bold;" transient="false" value="Informativa per il trattamento dei dati personali:"/>
- <HtmlInputTextarea cols="-2147483648" disabled="false" id="informativa" immediate="false" localValueSet="false" readonly="true" rendered="true" required="false" rows="4" style="width: 100%;" styleClass="inputtext" transient="false" valid="true"/>
- <HtmlOutputText escape="true" id="j_id218" rendered="true" style="font-weight: bold;" transient="false" value="Cliccando sul tasto Iscriviti dichiaro di aver letto e di accettare l'informativa."/>
- <HtmlPanelGrid border="-2147483648" columns="3" id="j_id219" rendered="true" style="height: 30px; margin:auto;" transient="false">
- <HtmlAjaxCommandButton action="#{newsletterHelper.btnIscrivitiNewsletter}" actionExpression="#{newsletterHelper.btnIscrivitiNewsletter}" ajaxSingle="false" bypassUpdates="false" disabled="false" id="j_id220" ignoreDupResponses="false" immediate="false" limitToList="false" oncomplete="windowclose()" rendered="true" requestDelay="-2147483648" size="-2147483648" timeout="-2147483648" transient="false" value="Iscriviti"/>
- <HtmlOutputText escape="true" id="j_id221" rendered="true" transient="false" value=" "/>
- <HtmlAjaxCommandButton ajaxSingle="false" bypassUpdates="false" disabled="false" id="j_id222" ignoreDupResponses="false" immediate="true" limitToList="false" oncomplete="Richfaces.hideModalPanel('mpNewsletter')" rendered="true" requestDelay="-2147483648" size="-2147483648" timeout="-2147483648" transient="false" value="Annulla"/>
- </HtmlPanelGrid>
- </HtmlPanelGrid>
- </HtmlAjaxOutputPanel>
- </HtmlForm>
- </HtmlModalPanel>
- <script type="text/javascript">
function windowclose() {
if (document.getElementById('opform:error')==null) {
Richfaces.hideModalPanel('mpNewsletter');
}
}
</script>
<!-- Fine pannello per newsletter -->
- <!-- fine modal panels inclusi -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-355733-28");
pageTracker._trackPageview();
} catch(err) {
}</script>
- </body>
</html>
- </AjaxViewRoot>
| Name | Value |
|---|---|
| cid | 67379 |
| id | 210 |
| title | Rapporto_rinnovabili,_l_obiettivo_per_l_Italia_del_33%_al_2020 |
| Name | Value |
|---|---|
| ajaxContext | org.ajax4jsf.context.AjaxContextImpl@9b2dfb |
| id | 210 |
| title | Rapporto_rinnovabili,_l_obiettivo_per_l_Italia_del_33%_al_2020 |
| Name | Value |
|---|---|
| configurazione | com.novaware.fondazione.Configurazione@3a9193 |
| uiOptions | com.novaware.fondazione.UIOptions@1e7bc19 |
| userSessionOptions | com.novaware.fondazione.viewObjects.ecommerce.UserSessionOptions@ee429a |
| Name | Value |
|---|---|
| a4jSkin | SkinImpl: {warningBackgroundColor=#FF0000, headerWeightFont=bold, tableBorderColor=#C0C0C0, controlTextColor=#000000, headerTextColor=#FFFFFF, generalTextColor=#000000, selectControlColor=#FF9409, headerGradientColor=#70BA70, tableSubfooterBackgroundColor=#f1f1f1, trimColor=#BBECBB, shadowOpacity=1, tipBorderColor=#E5973E , calendarCurrentBackgroundColor=#FF7800, subBorderColor=#ffffff, editorBackgroundColor=#F1F1F1, generalLinkColor=#43BD43, gradientType=plain, tabSizeFont=11, calendarHolidaysTextColor=#FF7800, buttonSizeFont=11, headerBackgroundColor=#005000, hoverLinkColor=#FF9409, tabFamilyFont=Arial, Verdana, sans-serif, calendarSpecBackgroundColor=#E2F6E2, calendarHolidaysBackgroundColor=#FFEBDA, tabDisabledTextColor=#67AA67, tableBorderWidth=1px, buttonFamilyFont=Arial, Verdana, sans-serif, generalFamilyFont=Arial, Verdana, sans-serif , tableBackgroundColor=#FFFFFF, calendarWeekBackgroundColor=#f5f5f5, tipBackgroundColor=#FAE6B0 , calendarCurrentTextColor=#FFEBDA, editBackgroundColor=#FEFFDA, shadowBackgroundColor=#000000, headerFamilyFont=Arial, Verdana, sans-serif, tableFooterBackgroundColor=#cccccc, additionalBackgroundColor=#E2F6E2, panelBorderColor=#C0C0C0, visitedLinkColor=#43BD43, controlBackgroundColor=#ffffff, calendarSpecTextColor=#000000, tabBackgroundColor=#ADCDAD, generalBackgroundColor=#f1f1f1, generalSizeFont=11px, warningColor=#FFE6E6, headerSizeFont=11px} |
| configurazioneDAO | org.jboss.seam.framework.EntityHome@6e54b3 |
| fileDelivery | com.novaware.fondazione.resources.FileDelivery@17ade0c |
| generalImageDelivery | com.novaware.fondazione.resources.GeneralImageDelivery@1880b84 |
| securityRules | org.jboss.seam.drools.RuleBase@ac184e |
| userImageDelivery | com.novaware.fondazione.resources.UserImageDelivery@6fdf98 |