• 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 can I refresh screen with DWR using Struts 2

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a application where I have two s ptiontransferselect and they are dependents.
When I change the first,call a ajax function where I'd like to load the second.
But, this is not happening and I don't know why.

My action code.
How you can see I test two call.
the first I try to refresh the second optiontransferselect using addoptions.
And the other I try call a simple javascript function that call a alert message.
But no one works.

Who could help me?
reply
    Bookmark Topic Watch Topic
  • New Topic