| 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
|
|
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]
|
 |
 |
|
|
subject: Retrieve Result Set data using core library
|
|
|