File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes Retrieve Result Set data using core library Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Retrieve Result Set data using core library" Watch "Retrieve Result Set data using core library" New topic
Author

Retrieve Result Set data using core library

ujjwal soni
Ranch Hand

Joined: Mar 28, 2007
Posts: 391
Hi,

I am Ujjwal Soni. I have a problem in displaying the resultset data using the jstl core library.


Regards,

Ujjwal B Soni

(+919898954428)


Cheers!!!
Ujjwal B Soni <baroda, gujarat, india> <+919909981973>
"Helping hands are better than praying lips......"
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
First of all, you haven't given us enough information to answer your question. See this link for some suggestions on what you might want to include in your next post.

Secondly, this has nothing to do with Struts, so I'm moving it to the JSP forum.


Merrill
Consultant, Sima Solutions
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56192
    
  13

Resultsets should never be sent to a JSP. Your model layer should grab all the necessary information from the resultset and put it into bean and/or collection classes (List, Map, arrays, etc as appropriate) and close the resultset.
[ April 25, 2007: Message edited by: Bear Bibeault ]

[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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: Retrieve Result Set data using core library
 
Similar Threads
Problem connecting with MySQL using JSP
Problem connecting with MySQL using JSP
Java Mail attachment Scanning
Send Email using JMS
Error in opening pdf through jsp