Menu

Export with links - for media csv not working

Help
2005-06-20
2012-10-09
  • Ranganathan

    Ranganathan - 2005-06-20

    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

     
    • Chenna

      Chenna - 2006-05-11

      hi am facing same problem , if u got solution please let me know

      thanks in advance

       

Log in to post a comment.