I'm pretty sure that if the model updates, the submitted value gets cleared. It might still be inside savestate, but that's just going to be saving null most of the time.
On Sun, 13 Feb 2005 23:17:32 -0500, Sean Schofield <[EMAIL PROTECTED]> wrote: > 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 > -- -Heath Borders-Wing [EMAIL PROTECTED]
