Sheetal - 2006-10-31

My TableTag.properties looks like this:

export.excel.include_header=true

export.excel.class=org.displaytag.export.ExcelHssfView

export.excel.class=org.displaytag.decorator.hssf.DecoratesHssf

export.excel.class=org.displaytag.export.excel.DefaultHssfExportView

Within my displayTag Table, I have the display:caption and display:footer defined like this.

I am not able to get the Caption to show the Image. I tried doing c:set and then doing a c:out, no luck. It shows
the literal <img src="/images/logo.gif" /> rather than translating the HTML and showing the image.

Can any one you please help?

<display:caption>
<c:out value='<img src="/images/logo.gif" />' escapeXml="false" />
</display:caption>

<display:footer>
Footer
</display:footer>

Thanks