• 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

Based on first dropdown menu all the remaining fields should be populated

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

please help me i have a scenario based on first dropdown menu all the remaining fields should be populated(Same page)

In Detail here i am having

1) Dropdown menu ( on selecting this values 2 to 5 to be refreshed)
2) provider Id
3) Locations (again this will be a dropdown menu of different locations)
4) Email
5) xyz

In my project i am Using Free marker, struts2,hibernate


Thanks
Praveen
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If the data requires you to hit the server:

You either need to postback the page with the new value or look into using Ajax to post back the page to get the data.

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic