문제

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