这是我的观点的一部分.jsp:
<form action="some_test_url" method="GET">
<input type="hidden" name="operation" value="sumoketos_sumos" />
<input type="text" name="kodas">
<input type="submit" value="Ieškoti" />
</form>
我在新页面中得到这个结果:
{“id”:“102061”,“metai”:“2015”,“suma”:“ - 2627.3”}
如何将这些数据放在同一个view.jsp页面的表格中?
答案 0 :(得分:1)
您可以使用resourceUrl并在ajax中执行操作。然后在回复中,使用javascript将该信息放入您的表格中。