Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top