It looks like the help Paul gave was spot-on, and sufficient. If you have a focused question on one aspect of your code, please post it here. If you want someone to write or modify code for you, perhaps you should ask some co-workers, classmates, or the person who originally wrote the code.
> -----Original Message----- > From: kaushal.sharma [mailto:kaushalksharma.mt...@gmail.com] > Sent: Sunday, October 04, 2009 4:52 PM > To: user@struts.apache.org > Subject: Re: Need immediate help - Struts, my job is stuck > > > Hi Paul, > > Thanks for your prompt reply. i can understand you were in hurry for > something important. not a prob. > > But as i am new to struts, i need suggestions with some code > help. Hope you > can help me at this level. > > > > -Thanks & Regards > Kaushal K. Sharma > > > > > > > Paul Benedict-2 wrote: > > > > Kaushal, > > > > I don't have time to read all the source you posted, but here's my > > answers to your direct questions: > > > > First : I need to populate the values from database to > this jsp page > > during the opening of this page > > > >>> You need to have an action mapping for this. Something like > >>> /loadmydata.do > > > > Second : how can I add row to this table dynamically so > that I can enter > > a > > few records and save the data to the database. > > > >>> You can use JSP <c:forEach> to loop over a list of an > array, and produce > >>> new <tr> and <td> elements. > > > > Third : When I save the records the values must go to > ActionServlet, > > where > > I need them all in an ArrayList. > > > >>> You need a second action mapping for this. Remember this > pattern: Use > >>> one action for loading data, another action for saving the data. > > > > Paul > > > > On Sun, Oct 4, 2009 at 6:40 AM, kaushal.sharma > > <kaushalksharma.mt...@gmail.com> wrote: > >> > >> Hi, > >> > >> Sorry to be late here, but i need an immediate help. I am > new to struts > >> and > >> recently put into a struts project. > >> > >> FYI > >> > >> I have a jsp file, where I am getting values from SQL SERVER 2000 > >> database > >> using an Action Class and A Form Bean. > >> This jsp view is as a tabular format, where data is populated. > >> Selectbox text checkbox checkbox > text > >> text cancel_image > >> > >> This page having operations like cancel_row / save_table > / add_row > >> > >> First : I need to populate the values from database to > this jsp page > >> during the opening of this page > >> Second : how can I add row to this table dynamically so > that I can enter > >> a > >> few records and save the data to the database. > >> Third : When I save the records the values must go to > ActionServlet, > >> where > >> I need them all in an ArrayList. > >> > >> Kindly see the code below. > >> > >> -Thanks & Regards, > >> > >> > >> // JSP > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > > For additional commands, e-mail: user-h...@struts.apache.org > > > > > > > > -- > View this message in context: > http://www.nabble.com/Need-immediate-help---Struts%2C-my-job-i s-stuck-tp25737228p25742091.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may be known outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as Banyu - direct contact information for affiliates is available at http://www.merck.com/contact/contacts.html) that may be confidential, proprietary copyrighted and/or legally privileged. It is intended solely for the use of the individual or entity named on this message. If you are not the intended recipient, and have received this message in error, please notify us immediately by reply e-mail and then delete it from your system. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org