• 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:

problem of AJAX with struts

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am trying to implement AJAX for populating data in secod dropdown menu when I select the item in forst dropdown menu.

I am able to send the request, I observed it by placing alerts in JSP
but I am unable to get the data in Action class and hence the response too.

I am not clear how to give URL of action class in the script function.

Thanks in advance.
 
Harish Maridi
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..

Now I am able to get the value from the JSP, and I am also generating data by using that value.

But I am not able to send back the data to JSP from my action class. Is there any specific way to do that.. Please let me know.

Thanks In advance
 
That new kid is a freak. Show him this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic