I am using JSF to build a site. I have included jQuery Gritter (Growl) notification on my home page. Is it possible to call a managed bean method inside the before_clo
before_clo
You need to understand that you need to call a java method that runs in the server and you CANNOT call it directly.
In your case, I would recommend to use AJAX or have the value read on load of the page and use it (if feasible for you)
Check how you can use AJAX with Jquery