Those exports don't handle html links.
The href attribute is meant only for html media.
The solution is to duplicate your display:column tag, with
one having a media="html" attribute and the other a media="excel pdf rtf"
attribute, leaving out the href attribute in the latter.

For html:
<display:column sortable="true"  class="small" style="width: 15%;text-align: center;"  href="" paramId = "invoiceId" property= "invoiceId" title="Invoice ID" media="html"/>

For exports:
<display:column sortable="true"  class="small" property="invoiceId" title="Invoice ID" media="excel pdf rtf"/>

lalita Chintalpudi <[EMAIL PROTECTED]> wrote:
HI,
 
I am exporting a table which has a column with a href attribute.
 
something like
 
<display:column sortable="true" class="small" style="width: 15%;text-align: center;" href="">"invoiceDetail.do" paramId = "invoiceId" property= "invoiceId" title="Invoice ID"/>
 
When i export the table in excel,pdf and rtf format... In the particular column instead of the column value i see the whole link
 
<a href="">161100001808</a>
 
Did anyone face this problem or am i doing something wrong.. pls help..
 
Thanks in advance
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel


How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to