I would like to get property values from a managedbean.
RichFaces has jsFunction and that allows for accessing managed beans and handle the return data through javascript. How can I do that without RichFaces? I checked the sourcecode of RichFaces but there is to much code to easily understand how it works. I assume they use a filter but am not sure.
Edit: so I do not want to execute the method but only use the returned data in javascript without JSF rendering the complete page. Just like a rest call, just return data. I want to call the getter from the bean and use the data in javascript.
Thanks, Milo