I was looking at the MyFaces implementation for UIInput and noticed that the submitted value is being stored in the state. Its my understanding that submitted value is only a temporary value holder for input components so that the original value is not overwritten if there is a validation error, etc.
Why would the submitted value need to be stored between requests? I checked into the RI and noticed that they are not storing this. sean
