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

Ajax within Ajax

 
Greenhorn
Posts: 10
Chrome Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I have a JSP page which uses ajax to call a servlet which in turn displays a form. Now whenever any changes are made to the data in this form (that was displayed using ajax), I have to save the changes in a particular file, again using ajax. Will this work?
 
Ranch Hand
Posts: 368
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi Vinitra,

yes you can do this.
 
Vinitra Ramji
Greenhorn
Posts: 10
Chrome Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Shailesh Narkhede wrote:Hi Vinitra,

yes you can do this.



Yeah, finally figured it! it was some silly mistake in the javascript that dint allow the onchange event to fire! Silly me =P
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic