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

My Small Web Project - but has some problems - please help ...

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi ,
Can you please deploy this small project . This project has 1 jsp , 2 servlet & 3 java class .

functionality needed :
--------------------

It should display 3 combo for continent , country & city . when user select any continent & the second combo ( country )should automatically get update based on the value of first combo , after then user will select country in second combo so third combo ( city ) should autmatically get update based on the value of second combo .

please deploy it , It is not proper as per the need . And please suggest me how can I acheive this functionality ...

Thank you very much ...











 
Ranch Hand
Posts: 1087
Oracle Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
rathi ,


I haven't read your complete code.

you need to modify your JSp code as below
I am doing it for country

also you need to add request attribute in your servlet, and forward them across all servlet.

in code below I assume that there is an attribte holding the value of country that is selected by user.




thanks
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This is essentially the same question that you asked here. Please do not post the same question more than once.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic