Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top