• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

ajax code injected by ajax request using sx:bind does not work in struts 2.2

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am using struts 2.2.1 framework .i made struts anchor which make an ajax request to the server and return a page which injected to div element using bind tag .the problem is that the page returned from server and injected to the div has struts 2 ajax tags (bind tags) but it does not work this the code of the page that has the anchor and bind tag

and this the code of the page that has the div


hint : in run time the first page is included (pluged) to the the second using tiles framework in the menu slot
regards
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic