Tuesday, October 11, 2011

ADF PPR not working with af:inputText solved

I had a small panel full of inputText boxes which were not updating on PPR. I was trying to partially refresh the container panel of all the input boxes. I even tried refreshing the input boxes individually. But to no avail.

I got a hint from somewhere that in addition to setting the partialTarget of the container panel you must programmatically call the following for each and every input box for PPR to be effective, in this case(assuming that ibField is the RichInputText component in your managed bean):

ibField.resetValue();

This did it for me!

1 comment:

R. Ramesh said...

baapre...technical stuff yar...wish i had brain...but good blog buddy and thanks