I would like to integrate some Ajax techniques into an existing struts application.

How do I send the requested data back server side to the client without causing the page to reload?

有帮助吗?

解决方案

If you called the server side with Ajax, the page will not reload. You don't have to do anything special on the server side. Although, obviously, you should do your Ajax request to a different page made for that purpose, not to the same page.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top