File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes problem with dropdown Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "problem with dropdown" Watch "problem with dropdown" New topic
Author

problem with dropdown

Sangeetha Rao
Ranch Hand

Joined: Aug 01, 2005
Posts: 33


In the above dropdown, even if other options are selcted, only the default value (currentYear)gets submitted always. What can go wrong?
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14670
    
  11

1. Use the "View Source" of your browser, and make sure that the generated html is correct.
2. Show us how you're trying to retrieve the value from the request.


[My Blog]
All roads lead to JavaRanch
 
jQuery in Action, 2nd edition
 
subject: problem with dropdown
 
Similar Threads
populating one dropdown box depending on the value of other dropdown box
How to fix dropdown width
[Solved] EL doesn't work as per expectation
colored text in dropdown
displaying year through listbox