Millo Magnocavallo <millo_magno at yahoo.com> writes: > feature1Image = > bodyFile.getTemplateContent(null,null,"feature1Image"); Try | feature1Image = bodyFile.getProcessedTemplateContent( null, null, "feature1Image" ); HTH, Thomas