Is this possible?
What fun.
My TableTag.properties looks like this:
export.excel.include_header=true
export.excel.class=org.displaytag.decorator.hssf.DecoratesHssf
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.
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
Log in to post a comment.
Is this possible?
What fun.
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.
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