aspose file tools
The moose likes Struts and the fly likes Display Result Set in JSP using Struts 2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Display Result Set in JSP using Struts 2" Watch "Display Result Set in JSP using Struts 2" New topic
Author

Display Result Set in JSP using Struts 2

Cesar Coz
Ranch Hand

Joined: Aug 19, 2010
Posts: 31
Hello everyone,

This is my problem.. i'm going to develop a new app with Struts 2 and we're thinking about the capabilities of this new app..

Well, we wanna show 'Reports' or 'Query's' in the JSP and using ResultSet and show them JSP.. we are clonning the ResultSet in a CachedRowSetImpl to keep the connection closed.

we wanna show the content of this CachedRowSet in the UI (please can someone tell me how to do this using struts 2 ? )

and we want to add the feature of pagination for too long Query's <-- this is very important



hope any of you, JavaGandalf's, could help me.

[AG: Please don't use all caps)


Cesar Coz.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Display Result Set in JSP using Struts 2
 
Similar Threads
How to migrate from struts 1 to struts2?
General question Struts and Tiles
Struts GWT Plugin (File Upload Problem)
Thumbnail/Enlarge
Refreshing/Reloading JSPs when user hits Back button