• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

DisplayTag export option is not working in struts2

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to use displaytag library in struts 2.

I am able to use sorting, pagination, exporting features of displaytag when i am routing it to the fresh new page but my problem is :

When i am forwarding it to the body section of struts tiles then export option is not working.

And when i click on the export button (either of CSV,EXCEL,XML), all the data is getting displayed on the body section of the web page instead of asking for export/save option.

Kindly suggest.

Thanks,
Aavesh
 
reply
    Bookmark Topic Watch Topic
  • New Topic