Re: how to resolve server side no of rows at client side
Posted By:
Gautam_Marwaha
Posted On:
Monday, July 1, 2002 02:52 AM
Is counting the records a problem?
If counting is not a problem, populate javabeans (value objects) with data and send a collection or array of these to the client tier.
If no. of records is greater than a particular value, send this as a flag to the client and show appropriate message.
BTW, what is your client - html/jsp?