TableTools buttons appear but nothing happens when press them

TableTools buttons appear but nothing happens when press them

edrozimedrozim Posts: 3Questions: 0Answers: 0
edited January 2012 in TableTools
Hi

I am writing Java Web Based application and for represent table data I use DataTables . Now I decided to add Save As functionality for my tables . So I stop my choice on TableTools.
1.) I download TableTools-2.0.1.zip and unpack media folder under "webapp/static/"
2.) I add following lines to my jsp that represent table data :
//
//
3.) Also I add such code to place where I init my DataTables :

............
"sDom": 'T<"H"lfr>t<"F"ip>',
"oTableTools": {
"aButtons": ["xls","pdf"]
},
...............

After deploy war with this changes I got two buttons (as expected :) ) , but pushing them don't give any results even JS console keep silent . What I do wrong ?

P.S. BTW project that I working in is open sourced so you can view details here : https://github.com/lohika/ALP/tree/master/workspace/alp-reporter-fe/src/main/webapp ( changes that I describe above are not commited yet so you won't see them there )

Replies

  • edrozimedrozim Posts: 3Questions: 0Answers: 0
    edited January 2012
    UPD : I found that issue happens on Tomcat level :
    2012-01-11 14:12:07,814 WARN [org.springframework.web.servlet.PageNotFound] - No mapping found for HTTP request with URI [/alp-reporter-fe/results/media/swf/copy_cvs_xls_pdf.swf] in DispatcherServlet with name 'dispatcher' .

    Investigating ....
  • edrozimedrozim Posts: 3Questions: 0Answers: 0
    Solved :)
  • MeghanaMeghana Posts: 3Questions: 0Answers: 0
    How was this issue resolved.

    I have the same issue. Nothing happens when I click on the copy/pdf/cvs buttons.

    When I right click I can see Movie not loaded and About Flash player options.
  • jclevejcleve Posts: 3Questions: 0Answers: 0
    Why bother posting "Solved :)" if you're not going to share the solution ???
  • max4evermax4ever Posts: 45Questions: 0Answers: 0
    i have same issue, xD
  • allanallan Posts: 63,180Questions: 1Answers: 10,411 Site admin
    Very high odds that the SWF movie hasn't been loaded: http://datatables.net/release-datatables/extras/TableTools/swf_path.html

    Allan
This discussion has been closed.