<%@ page contentType="text/html;charset=UTF-8" %> Find Friends jQuery.noConflict(); function showResults(response) { var users = eval('(' + response.responseText + ')'); //load the HTML template jQuery('#resultDiv').setTemplateURL('../templates/userTable.tpl'); //apply the JSON array to the template jQuery('#resultDiv').processTemplate(users); } function showError() { alert('Error'); }
${flash.message}