Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3376709
By: anilbitla
how to evaluate html tags in <display:column> ?
I am getting html tag "<a href>" in my excel sheet when i export to excel. But
in webform its working fine.
<c:choose>
<c:when test="${!row.legacy}">
<a href="javascript:toApproveActionPage('<c:out
value='${row.crProcessRequest.id}'/>');"><font size="1">Approve</font></a>
|
<a href="javascript:toLogDenyActionPage('<c:out
value='${row.crProcessRequest.id}'/>','<c:out
value='${row.crProcessRequest.orderNumber}'/>');"><font size="1">Deny</font></a>
</c:when>
<c:otherwise>
Approve | Deny
</c:otherwise>
</c:choose> <c:out
value="${row.crProcessRequest.orderNumber}" />
</a>
</c:when>
<c:otherwise>
<c:out
value="${row.crProcessRequest.orderNumber}" />
</c:otherwise>
</c:choose>
</display:column>
can anybody help me..
______________________________________________________________________
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