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

hello. i have this table. when i click on the excel export link, the browser
jus linked me to a page with. Please help :)

""      "Name"  "Price"
"<img src=""ad"" height=""99"" width=""150"">"  "<a
href=""view_item.jsp?itemid=4"">watch</a>"      "23.0"


// heres how i stuctured my data
<display:table name="${results}" pagesize="2" class="dataTable" id="row"
export="true" >
        <display:column title="" class="dataTable id">
           <img src="<c:out value='${row.image}'/>" height="99" width="150">
    </display:column>
    <display:column title="Name" sortable="true">
                        <a href="view_item.jsp?itemid=<c:out 
value='${row.productId}'/>"><c:out
value='${row.itemName}'/></a>
    </display:column>
<display:column property="price" sortable="true"/>
</display:table>

______________________________________________________________________
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: 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

Reply via email to