• 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

idea or suggestion required

 
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 near abt 30 froms which is to be filled by a single user
and values from first form is required in between first to last form
and i have to calculate totals as well in between these forms..
every form have at least 50 user inputs...
I want to use jsp and javabeans
how shd i pass values from first form to last form perform totals
in between
any idea appreciated
regds
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lakhani!

If you are using Forms for the inputs, then there is no problem, you can use hidden fields, or url-rewritting if you like, there can be cookies available, or javax.servlet.HttpServletRequest interface's methods like setAttribute(), and getAttribute.
There are many other ways for setting and and retrieving attribute values.
I hope you can get the point, if you need more help write type of data you are retrieving.
A Java Student
Saif ullah
SCJP2
Quitters never win, Winners never Quit.
 
madhav lakkhani
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 trying session is it okee..
regds
 
If you try to please everybody, your progress is limited by the noisiest fool. And this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic