Tag Archive: richfaces server side method

Jun
09

JSF Richfaces call server side method from client side java script

With the most strong JSF + Richfaces framework combination for Java Ajax application, it is very easy to call server side methods from client side java script or call your server side event method from other jsf component easily. Following is the smart & small tip to do this. <rich:simpletogglepanel label=”Sample Page” onexpand=”buildPage()”></rich:simpletogglepanel> <a4j:jsfunction name=”buildPage” …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/jsf-richfaces-call-server-side-method-from-client-side-java-script/