• 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

Drop down menu selection trouble

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello folk's I`m new to JSP and to this forum so apologies for any mistakes. I'm struggling with a drop down menu selection, I have a database with 6 locations and if I want to select any of them and I can (so far so good)but I can't get it to return to show all (which will show all locations on my table) and I need it to do this because there will be a date selection when I get this sorted.The default when the webpage is refreshed is that the table is populated with all the data from all locations and I can click the drop down menu and can select any of the other locations and the table will be populated with the data for that location. But then I want to select "All" and return the table back to default I cant get it to work, I've messed about with the code alot so I hope it still makes some sort of sense.I have to admit that I have posted this on another forum but have had only a few responses but no solution's. I'll post a jpeg of what I'm trying to create. Cheers.
Capture.JPG
[Thumbnail for Capture.JPG]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic