The attribute "requestURI" must be specified with the action that loads
your list. This is why your page is not exporting. Observe the example:
<display:table name="srvPhoneList"
requestURI="/reqPhone.do?method=listAllPhones"
excludedParams="*" export="true" uid="phone"
pagesize="20" sort="list" defaultsort="1">
And when you are declaring your display:columns you must specify the
media types as well:
<display:column media="html excel csv xml rtf pdf" title="Client"
property="attrUserName" style="width=50%"
sortable="true" sortProperty="attrUserName"/>
Hope it helps.
Best Regards,
José Renato.
SJ escreveu:
Here is my source code:
<display:table name="results.formQueryResults" id="sec" cellspacing="0"
cellpadding="0"
defaultsort="0" class="table" pagesize="50" requestURI=""
defaultorder="ascending" export="true"/>
http://www.nabble.com/file/p12237852/formQuery.html formQuery.html
Also attached the view source of the html page - formQuery.html.
José Renato-2 wrote:
Can you post some code here from your page?
Best regards,
José Renato.
SJ escreveu:
I am using display tag to display my collection of objects in tabular
format
with 'export' option. But when ever I click any of the export format
(pdf,
excel, csv) links, the page is submitted back to the form action. And
there
is no export function called.
I have verified my code couple of times with display tag examples. I am
not
sure what is the problem?
Are there any wild guesses? Is there any way to debug the problem?
Thanks
Shyamsunder
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user