How is encoding handled in AJAX?Ways to handle encoding in AJAX:
- Using encodeActionURL() method to refresh the complete page - Using encodeResourceURL() method to partially update a page.How is encoding handled in AJAX? AJAX encoding can be done in two ways:
- encodeActionURL() method is used for full page refresh - encodeResourceURL() method is used for partial page refresh.
|