I have used displaytag in many of my applications. But now that I transferred to
JSF i started doing some research and decided that maybe displaytag is not the right choice anymore. Displaytag is not developed anymore and there are many problems in integrating it to JSF (and more accurately to facelets since it is a
jsp tag).
What I need is a tag library that allows me to do the the following:
-pagination
-exporting the html table to pdf and/or excel
I currently use JSF 2.0 (MyFaces implementation) and MyFaces Tomahawk with it.
Any suggestions?