Refresh single component using Ajax
800638Oct 31 2007 — edited Nov 13 2007Hello,
I am using Ajax in my JSF 1.0 application to make a request to my backing bean that will do processing. During this request, I am changing the value of a List that is valuebound to a component on my JSP. However, when the response is sent back, since the page is not refreshed, I am not seeing the new value of the List being reflected on my JSP.
My question is, is there anyway for me to refresh this component so that it reflects the new values in my backing bean without resubmitting the page? Can I do this as part of my original Ajax request?