• 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

how to refresh data without refreshing the whole page

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai guys,

We have used our own framework which implements struts framework, to build our application. When an action is called , we have to show some data, if the user sits idle and he didnt change anything for sometime. We are using diplay tag to display the data.
In the mean while, if the data we are showing is changed in the data base. Now the user can edit the data which was changed earlier. But now i want to use ajax to reefresh the data without refreshing the whole page.So that a user cant manipulate already changed data. I think ajax will solve this problem.

thanks in advance
nani
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, Ajax can do this. Do you have a specific question?
 
reply
    Bookmark Topic Watch Topic
  • New Topic