Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3376719
By: anilbitla

 am getting html tag "<a href>" in my excel sheet when i export to excel. But
in webform its working fine.

<display:column title="Order # <br/>(Click for Exceptions)" sortable="true"
headerClass="sortable">
          
            <c:choose>
                <c:when test="${!row.legacy}">
                        <c:url value="" var="order"/>
                                <a
href="javascript:toErrorsPage('${row.crProcessRequest.orderNumber}');">
                                                <c:out 
value="${row.crProcessRequest.orderNumber}" />
                                        </a>
                                </c:when>
                                <c:otherwise>
                                        <c:out 
value="${row.crProcessRequest.orderNumber}" />
                                </c:otherwise>
                        </c:choose>
                
                </display:column>

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249317


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to