This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi , Iam having Forms in which I have to take some data that is numeriacal data and submit it in to my Database there r near about 10 forms that r linked one to other and last one check the totals for all... basic thing is this all forms r having near about 100 fields condition is this if all conditions satisfy of totals in form 10th than insert all values to database means data of all forms 1 to 10. .more clear is one user willl have this all forms in one session Iam using JSP and javabeans. .javascript Is there any sugesstion in design frame work which make it easy and accurate.... regds
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
posted
0
"java_proind" Your name doesn't follow the javaranch guidelines. Please take a moment and change your "Publicy Displayed Name" by editing your profile. thanks for your cooperation. - madhav
All the info you need is here: (Thanks Simon!)http://www.simongbrown.com/ See the free chapter Building Web Applications and ServletPatterns You may need to consider that your users may have the ability to jump around (p.7 to p.2 for instance). [ June 04, 2002: Message edited by: Roger Graff ]