Hi,
I need to rerender a jsf component from javascript, and also need to get values from backing bean through javascript, this is my jsf code......
<h:outputText id="abc" value="#{myBean.value}"/>
and i need that "value" in javascript to change and i have to rerender the value in the page, so please suggest me in this problem...
Thanks in advance