• There are no upcoming events
  • Bebidas elaboradas pelo Laboratório de Inovação Enológica

    Publicações

    Selecione nas preferência do portlet o tipo de conteúdo para exibição dos destaques.

    Multimídia


    09/12/2015     
    Mudas de qualidade e a sustentabilidade da viticultura
    Duration: 43:51"   ¦   4371 Views
    05/11/2012
    Produção de uva orgânica - Dia de Campo na TV
    Duration: 11:24"   ¦   98107 Views
    10/05/2013
    Suco de uva: benefício para produtores e consumidores
    Duration: 16:01"   ¦   2150 Views
    05/08/2009
    Novas cultivares de uva para produção de suco - Dia de Campo na TV
    Duration: 8:43"   ¦   27369 Views


    An error occurred while processing the template.
    The following has evaluated to null or missing:
    ==> tipoNavegacao  [in template "10154#10192#1342643" at line 1, column 27]
    
    ----
    Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
    ----
    
    ----
    FTL stack trace ("~" means nesting-related):
    	- Failed at: #assign typeNavigation = tipoNavegaca...  [in template "10154#10192#1342643" at line 1, column 1]
    ----
    1<#assign typeNavigation = tipoNavegacao.getData() /> 
    2<#assign banners = configBannerFieldSet.getSiblings() /> 
    3 
    4<#if typeNavigation??> 
    5	${typeNavigation} 
    6</#if> 
    7 
    8<#list banners as banner> 
    9   <#assign text = banner.bannerTextoAlternativo.getData() /> 
    10	 <#assign link = banner.bannerLink.getData() /> 
    11	 <#assign image = banner.bannerImagem.getData() /> 
    12	  
    13	 <p>${text}</p> 
    14	 <p>${link}</p> 
    15	 <img src="${image}" />  
    16</#list>