• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Forms problem

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"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
 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All the info you need is here: (Thanks Simon!)http://www.simongbrown.com/
See the free chapter Building Web Applications and Servlet Patterns
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 ]
 
Everybody's invited. Even this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic