An error occurred while processing the template.
Invocation of method 'format' in class org.apache.commons.lang.time.FastDateFormat threw exception java.lang.IllegalArgumentException: Unknown class: <null> at 10856959AGN_RESULTADO_BUSCADOR[line 13, column 94]
1<div class="agn-resultado-buscador"> 2 <div class="content-container"> 3 <div class="content"> 4 <small> 5 #if($reserved-article-type.getData() == "noticias-agn") 6 Noticia sobre AGN 7 #end 8 9 #if($reserved-article-type.getData() == "eventos-agn") 10 Eventos AGN 11 #end 12 13 $dateFormatFactory.getSimpleDateFormat('dd/MM/yyyy').format($dateTool.toDate('EEE, dd MMM yyyy hh:mm:ss Z', $reserved-article-create-date.data, $locale))</small> 14 <h1>$titulo.getData()</h1> 15 <div class="data"> 16 <p> 17 #if ($cuerpo.getData().length() > 140) 18 $cuerpo.getData().substring(0, 140)... 19 #else 20 $cuerpo.getData() 21 #end 22 </p> 23 </div> 24 </div> 25 </div> 26</div> 
Results