ListBox « Form « JSP-Servlet Q&A





1. Dependant drop down list boxes in JSP page    coderanch.com

Hello I have a JSP page with 2 text fields and two drop down list boxes. The first list box is pre populated by calling a collection object(data coming from database). When an item is selected from the first list box, the form is submitted to itself to populate the second list box. Now, the problem is it is populating the ...

3. comboBox or listbox    coderanch.com

4. How to pass list box element values form jsp    coderanch.com

HI, I have a list box in my jsp file. When the user click the submit button, the id and value of all the elements in the list box should be passed to next jsp. In the next jsp I have to get the same in the next jsp and use it Can it be done by using Javascript or any ...

7. Very Long combo box or List box    coderanch.com

8. Adding a drop down list box in jsp page    go4expert.com

How to add a drop down list box in JSP? Can anyone help me Please? I am trying to display the list of names which is there in my database. I wrote code for data base connectivity. I used display the names from the table, for eg say table name is emp details While i am displaying it my jsp page, ...