• 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

Struts1.1 and Ajax

 
Ranch Hand
Posts: 186
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
1. We are using struts 1.1 framework. I need to implement cascading drop down functionality. Is it better to use Ajax/DHTML?
2. If Ajax, will be there any issues on struts 1.1 framework.

regards
sudha
 
Ranch Hand
Posts: 948
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmm...I am not sure that posting two very similar questions just a couple hours apart is a good idea. I guess I will pick this thread to reply to.

Do you know how to implement cascading dropdowns in Struts without Ajax? In my case I have been working on a fairly large Struts 1.1 project for the past several years. We have several pages with cascading dropdowns that would cause the entire page to refresh. For our latest release we updated several pages to use Ajax technology by using AjaxAnywhere. AjaxAnywhere is probably not the best choice for a new project, but it has worked well for updating existing pages with minimal effort.

http://ajaxanywhere.sourceforge.net/

- Brent
 
sudha swami
Ranch Hand
Posts: 186
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks alot for the info
 
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
DWR is my personal favorite for Struts.

http://getahead.org/dwr
 
reply
    Bookmark Topic Watch Topic
  • New Topic