How can a JSF/ICEfaces component's parameters be updated immediately?
I have an ICEfaces web app which contains a component with a property linked to a backing bean variable. In theory, variable value is programmatically modified, and the component sees the change and updates its appearance/properties accordingly. However, it seems that the change in variable isn't "noticed" by the component until the end of the JSF cycle (which, from my basic understanding, is the render response phase ). The problem is, I have a long file-copy operation to perform, and I would like the the inputText component to show a periodic status update. However, since the component is