Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个下拉菜单。在下拉列表中选择任何值时,我想使用 spring 和 hibernate 和 jsp 从数据库中填充文本框中的值
First setup your web application with jsp, spring and hibernate.
Use javascript on the page which onChange event of drop down makes an ajax call to your service and set the textbox.
onChange