Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
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
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Java in General
Data Transfer Object
p hasini
Ranch Hand
Posts: 92
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I have 2
jsp
pages.The field in one jsp must be automatically updated when a field in another jsp is entered or selected from a dropdown.
How can I do this using DTO
Alex Hurtt
Ranch Hand
Posts: 98
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
when the user modifies the value in JSP 1, update the value in the DTO. When the user loads JSP 2, read the value from the DTO. Any more questions?
himanshu.harish agrawal
Ranch Hand
Posts: 47
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If you are using
struts
framework then i think you can also do it with form beans.
It's fun to be me, and still legal in 9 states! Wanna see my tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
enabling and disabling text fields and buttons
i want to call multiple function on single jsp usiing ajax code
Using the variables of same JSP page
Assigning values to hidden variables
field value displayed wrongly
More...