I'm new to JSF and ICEfaces is the first component library I used.
With ICEfaces, If I change an inputText
value via backing bean using commandButton
action
, those changes just reflect to the UI.
But with Primefaces I have to mention explicitly what component should be updated using update
attribute of the commandButton
.
Is this the expected behavior ? If so, is there a standard for JSF ?