Hi,

If I click on the XML export option, it wants to open a file called result.jsp page, 
not an xml-file. The same with CSV. On the Excel option, it opens the right xls file, 
but with the parameter export.excel.include_header set to true it does not show the 
headers.

Is the above a known bug?

Cheers,
Bard

This is my code:

<display:table name="positions" property="positions" scope="session" width="100%" 
export="true" pagesize="50" decorator="com.om.condico.webclient.util.ColumnsWrapper">
            <display:column title="<%=ldetails%>" property="accountPosIdLink" 
align="left" decorator="com.om.condico.webclient.util.LinkJavascriptWrapper" 
width="5%"/>
                <display:column title="<%=lcompanyName%>" property="companyName" 
align="left" sort="true" headerClass="sortable" width="10%"/>
                <display:column title="<%=laccountName%>" property="accountName" 
align="left" sort="true" headerClass="sortable" width="15%"/>
                <display:column title="<%=linstrumentSeriesName%>" 
property="instrumentSeriesName" align="left" sort="true" headerClass="sortable" 
width="20%"/>
                <display:column title="<%=llongPosition%>" property="longPosition" 
align="right" sort="true" headerClass="sortable" width="10%"/>
            <display:column title="<%=lshortPosition%>" property="shortPosition" 
align="right" sort="true" headerClass="sortable" width="10%"/>
        <display:column title="<%=lnetPosition%>" property="netPosition" align="right" 
sort="true" headerClass="sortable" width="10%"/>
            <display:column title="<%=lmodified%>" property="modifiedDate" sort="true" 
headerClass="sortable" align="right" 
decorator="com.om.condico.webclient.util.LongDateWrapper" width="20%"/>
                <display:column title="<%=linstrumentState%>" 
property="instrumentSeriesStatus" sort="true" headerClass="sortable" align="right" 
width="10%"/>

        <display:setProperty name="export.excel.include_header" value="true" />
        </display:table>        

-- 
___________________________________________________
OperaMail free e-mail - http://www.operamail.com
OperaMail Premium - 28MB, POP3, more! US$29.99/year

Powered by Outblaze


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to