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
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
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
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 never done THAT before. Explain it to me tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
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...