Re: In struts, How to solve this with Database and jsp?

2009-10-04 Thread kaushal.sharma
uot; links), > or create one huge form that will use indexed properties to edit all > rows in place, > keep in mind that the perfect solution is dependant of the situation, > so You have to choose how it will be better for Your users. > > Hope that helps. > > Best greet

Re: Need immediate help - Struts, my job is stuck

2009-10-04 Thread kaushal.sharma
gt;>> new and 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 ac

Re: In struts, How to solve this with Database and jsp?

2009-10-04 Thread kaushal.sharma
javascript function i tried it but just got stuck. if you need i can provide you my code. Please help me with some code suggestion. :confused: -Thanks & Regards, Kaushal K. Sharma Tommy Pham wrote: > > Original Message >> From: kaushal.sharma >> To:

In struts, How to solve this with Database and jsp?

2009-10-04 Thread kaushal.sharma
Hi All, i am new to struts and i have a problem to store the values to my database and retrieve the values to my jsp, hope you people can solve this :confused: i am getting the records from database to my jsp, in a tabular format as 1 Record in 1 ROW. for ex. >> First ROW Record >>

Need immediate help - Struts, my job is stuck

2009-10-04 Thread kaushal.sharma
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