Ho to call javascript variable in Freemarker. For Example $.each(data.response.users,function(index,value){ <#assign company_name = restadmin("users/id/${value.id}/settings/name/profile.company").value/> how to set value.id in freemarker code. Could you please help me on this.
... View more