0

我有一个下拉菜单。在下拉列表中选择任何值时,我想使用 spring 和 hibernate 和 jsp 从数据库中填充文本框中的值

4

1 回答 1

0

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.

于 2013-04-24T05:47:20.190 回答