質問

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