RSS Forums RSS
Please support our JSP advertiser: Lunarpages JSP Web Hosting

plzzzzzzzzz urgent

Join Date: Jul 2007
Posts: 10
Reputation: sunithamcsit is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
sunithamcsit sunithamcsit is offline Offline
Newbie Poster

plzzzzzzzzz urgent

  #1  
Jul 25th, 2007
<%
int currentRow = 0;
int startingRow = ParamUtils.getIntParameter(request, "startingRow", 0);
int row_to_display = 200 ;
String errcode = null ;
try{
FPSProdMap[] oProdMap= dbFpsProdMap.getProdMap(sLang,1,200);
if (oProdMap != null) {
for (int i = 0; i < oProdMap.length; i++) {
currentRow++;
out.println("<TR><TD class='xRight' width='5%'>"+currentRow+"</TD>");
-------


}
}




here is my code contain in a jsp.
here records are displayed upto 200 only.
and one thing that more than 200 records are successfully added to the database
but Iam getting record display upto 200 only.
now can any one suggest that in a way
that i have to make my jsp to display
any number of records that I add. i.e dynamically.
AddThis Social Bookmark Button
Reply With Quote  
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 6:08 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC