jquery Programming Glossary: fetchchartdata
Best method for passing Data from Java/JSF2 bean to Javascript/jQuery Components http://stackoverflow.com/questions/7930047/best-method-for-passing-data-from-java-jsf2-bean-to-javascript-jquery-components id beanvalue br h outputText value # testBean.output id chartValue br p commandButton value Load type button onclick fetchChartData p remoteCommand name fetchChartData action # testBean.prepareChartDate oncomplete updateChartTest xhr status args .. testBean.output id chartValue br p commandButton value Load type button onclick fetchChartData p remoteCommand name fetchChartData action # testBean.prepareChartDate oncomplete updateChartTest xhr status args h form As I've said before Bhesh your.. with which you can Ajaxicaly invoke a managed bean method. h form id frmIrsChartData p remoteCommand name fetchChartData action # chartManagedBean.prepareChartData oncomplete updateChartData xhr status args h form And in the method prepareChartData..
|