aspose file tools
The moose likes JSP and the fly likes how to update a dropdown list after update database from other page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to update a dropdown list after update database from other page" Watch "how to update a dropdown list after update database from other page" New topic
Author

how to update a dropdown list after update database from other page

chain singh
Ranch Hand

Joined: Feb 28, 2012
Posts: 116
Hello


i have a page in jsp which have dropdown list which have all user from database. this page have one button which open a new window to add new user.
if new user is add on other window than after submit how i can update that dropdown list which i have on other window without refresh that page.


thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

With JavaScript.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to update a dropdown list after update database from other page
 
Similar Threads
Drop down box selection
ice:selectOneMenu not refreshing
How to set a radio button selected from a JSP page, with the help of values extracted from database?
drop down box using struts
Problem with Cascading Dropdown List