hello,
it was ok before but do not know why export does not work now.
here is the jsp table:
<display:table name="orgs" pagesize="10" id="org" sort="external"
defaultsort="1" partialList="true" size="
sessionScope.organizationListForm.resultSize" excludedParams="*"
export="true"
requestURI="/Canal/admin/OrganizationList.do?OrganizationList=sort">
<display:setProperty name="basic.empty.showtable" value="true"/>
<display:column media="html"> <input type=checkbox
name="checkBox(<bean:write name="org" property="id"/>)" value="x"/>
</display:column>
<display:column titleKey="column.name" property="name" sortable="true"
sortName="name" href="OrganizationList.do?OrganizationList=view"
paramId="orgID" paramProperty="id"/>
<display:column titleKey="column.description" property="description"/>
</display:table>
the export options are shown correctly : Export options: CSV, Excel, XML
<http://localhost:8080/Canal/admin/OrganizationList.do?OrganizationList=sort&d-16510-e=1&6578706f7274=1><http://localhost:8080/Canal/admin/OrganizationList.do?OrganizationList=sort&d-16510-e=3&6578706f7274=1>
the link for CSV is this :
http://localhost:8080/Canal/admin/OrganizationList.do?OrganizationList=sort&d-16510-e=1&6578706f7274=1
I thought it should call internal export view directly but do not know why
it points to my sort method now.
any idea?
thanks
lx
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user