Hardly I managed to build a repeat with 2 inputText that do some math depending on the value of another inputText(let's call it outside_input) which is outside the repeat.
Everything is working fine, but the problem is when I want to change the value of the outside_input the values of the inputTexts inside the repeat doens't automatically refresh. I have a partial refresh on the repeat.
The 2 fields inside the Repeat are binded with a viewScope. And the script is on the first field on the onChange method.
Is there a way that when I change the outside_input I could trigger the onChange method of the inner fields?