#{bean.metodoBuscar}"
Código PHP:
$(function() {
$('#datepickers').datepicker({
onSelect: function(dateText, inst) {
$(".tests").attr("value",dateText);
//Justo aqui alguna manera como llamar algo como esto:
#{bean.metodoBuscar}"
}
});
});