PrimeFaces.widget.Rating=function(a,b){this.clientId=a;var c=PrimeFaces.escapeClientId(this.clientId);var d={};if(b.hasRateListener){d.callback=function(f,e){var g={};g[PrimeFaces.PARTIAL_UPDATE_PARAM]=b.update;g[PrimeFaces.PARTIAL_PROCESS_PARAM]=a;PrimeFaces.ajax.AjaxRequest(b.actionURL,{formId:b.formId},g)}}jQuery(c+" .pf-rating-star").rating(d)};
