I want to know if there is way that primefaces UI can use the value from jQuery. For example, i have placed array of values into 'imgArray' now i want to display it in p:datalist.
jQuery
$.getJSON("http://xxxx?url="+ url,function(data){
var imageArray=[];
imageArray=data.images;
$("formId:dataTable).html(imageArray);
UI
<p:datalist id="dataTable" value= />