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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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: 67752
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.
 
I child proofed my house but they still get in. Distract them with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
    Bookmark Topic Watch Topic
  • New Topic