BUT it the update phase isn't run - in the case of an event, like when you select another tab from the pannel tab, or when there is a validation error, then the model doesn't update.
If you don't save the submitted value, then you loose all the user inputs.
So, I'm pretty sure, that the submitted value has to be stored.
I'm quite surprised that the RI isn't storing it.
There must be some other other way to do it in the RI then.
Did you check if our webapp works fine with the RI ? Especially regarding the lost of submitted values in tab2.jsf ?
Thanks,
Sylvain.
On Mon, 2005-02-14 at 08:11 -0600, Heath Borders wrote:
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 >
