• 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 call mutiple Ajax in multiple row with diff values

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, i m adding a row with onclick event and calling Ajax in that row, but when again i am adding that row with same event than ajax is showing me the same value for previous row , what is solution for this thing and suggets me the solution .......

 
Ranch Hand
Posts: 129
Firefox Browser Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi deepak

Can You Please Explain your Actual requirement ...

there Can be Some Caching issues in your case (am not sure) ..

on server side you have to make sure that you wont cache a response
use this to enabling no-caching



i Guess you are using HTTP GET method . if you use it you may be getting same response ...

if you are using POST you have to do some tuning on XMLHttpRequest check this link Ajax POST


check these also ajax link
Seequential Ajax




 
reply
    Bookmark Topic Watch Topic
  • New Topic