Hi!
Here are some Bean and Hash examples to look at
http://www.java2s.com/Code
http://www.java2s.com/Code
Take a look at this example
http://www.java2s.com/Code
Hope this helps.
Regards,
Tomas Helgi
Main Topics
Browse All TopicsI want to get the following values in java class as these values are updated in jsp page. I want to get the updated values in java Action class and pass them to DAO to save them in database.
355 - 2.45
244 - 5.34
444 - 5.67
left side values are strings and right sided values are double data type.
I want to know how to declare hastable in JavaBean class and get and set method and get them in hastable in Action Class and pass them to JSP class and update the values in jsp page and get these updated values in Action class and send them to DAO to update in the database.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi!
Here are some Bean and Hash examples to look at
http://www.java2s.com/Code
http://www.java2s.com/Code
Take a look at this example
http://www.java2s.com/Code
Hope this helps.
Regards,
Tomas Helgi
Business Accounts
Answer for Membership
by: karanwPosted on 2008-09-28 at 22:56:43ID: 22594149
How to declare hashtable, .4.2/docs/ api/java/u til/ Hashta ble.html.
http://java.sun.com/j2se/1
What is your class structure, how the flow is going.
Where you want to set this hashtable?