I'm interested in using PrimeFaces to ajax update a JavaScript script.
<script type="text/javascript">
<!--
function lineChartExtender(){
this.cfg.highlighter = {
showTooltip: true,
tooltipAxes: 'both',
tooltipLocation: 'n'
};
this.cfg.seriesDefaults = {
showMarker: #{query.stringMarker}
};
} -->
</script>
Can anyone provide guidance on how to implement ajax updating for the value in showMarker?