Re: processing multiple records in a batch...JSP...db

2004-08-01 Thread Research labs
Yes, I want to show records one by one. I will follow your suggestion. Thanks. --- Buland Altaf <[EMAIL PROTECTED]> wrote: > Hi There, > > Don't get you properly. > If you are saying that you want to show records one > by > one , then store collection in session and then pick > one by one by

Re: processing multiple records in a batch...JSP...db

2004-07-25 Thread Buland Altaf
Hi There, Don't get you properly. If you are saying that you want to show records one by one , then store collection in session and then pick one by one by pressing up/down key on the basis of the index which will be the hidden field in jsp. Hope it will answer your question. Let me know in case

Re: processing multiple records in a batch...JSP...db

2004-07-25 Thread Niall Pemberton
Please ask these type of questions on the user list. Thanks Niall - Original Message - From: "Research labs" <[EMAIL PROTECTED]> To: "Struts Developers List" <[EMAIL PROTECTED]> Sent: Sunday, July 25, 2004 3:46 PM Subject: processing multiple records in a batch...JSP...db > Please, is