Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to rerender a jsf component using javascript

843844Oct 4 2008 — edited Feb 3 2010
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 3 2010
Added on Oct 4 2008
15 comments
2,665 views