Hello,
I am having 2 columns as in my following code, one for display in html and the other for export to csv. I am still getting the whole links in the csv and not just the value
<display:column media="csv" property="_invoiceId" titleKey="label.invoiceid" /> <display:column media="html" titleKey="label.invoiceid" sortable="true" > <logic:equal name="linkEnable" value="true"> <bean:define id="link" name="list" property="_pdfLink" toScope="request"/> <a href='<%= servletLink%><bean:write name="link" /> ' target="_blank"> <bean:write name="list" property="_invoiceId" /> </a> </logic:equal> <logic:equal name="linkEnable" value="false"> <bean:write name="list" property="_invoiceId" /> </logic:equal> </display:column>
Any thoughts? Thanks Usha
hi am facing same problem , if u got solution please let me know
thanks in advance
Log in to post a comment.
Hello,
I am having 2 columns as in my following code, one for display in html and the other for export to csv.
I am still getting the whole links in the csv and not just the value
Any thoughts?
Thanks
Usha
hi am facing same problem , if u got solution please let me know
thanks in advance