Hello,I am having a problem with export options with dynamic columns. when I
export to excel the column contains these values "<a
href="viewCR.html?appid=401">401</a>" insted of '401'
[CODE]<display:table name="model.changemanagement" class="table"
defaultsort="1" defaultorder="descending" export="true" sort="list"
requestURI="" id="CRList" pagesize="10" >
<display:column titleKey="apps.id" sortable="true" media="html" >
<c:choose> <c:when test="${CRList.status == s}"> <a
href="editCRs.html?appid=${CRList.appid}">${CRList.appid}</a> </c:when>
<c:otherwise> <a
href="viewCR.html?appid=${CRList.appid}">${CRList.appid}</a>
</c:otherwise> </c:choose> </display:column>
<display:column titleKey="apps.id" sortable="true" autolink="false"
media="excel" > <c:choose> <c:when test="${CRList.status == s}">
<a href="editCRs.html?appid=${CRList.appid}">${CRList.appid}</a>
</c:when> <c:otherwise> <a
href="viewCR.html?appid=${CRList.appid}">${CRList.appid}</a>
</c:otherwise> </c:choose> </display:column>
<display:column property="appname" title="Name" sortable="true"
/><display:column property="notes" title="Description"
sortable="true"/><display:column property="servername" title="Server"
sortable="true" />-------------------------------------------------[/code]Any
idea what could be the problemThanks
_________________________________________________________________
Climb to the top of the charts! Play the word scramble challenge with star
power.
http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user