On 8/16/06, Frank Russo <[EMAIL PROTECTED]> wrote:
So, I made the mistake of not having an h:messages tag on my page. I was
referencing an attribute on an object in a list as part of a datatable, that
was failing. The only thing I was noticing was that the lifecycle was
skipping the invoke application phase. Once I added the h:messages tag, I
saw the issue, but what I'm wondering is that shouldn't the lifecycle also
have skipped the update model values phase as well? I thought if process
validations phase fails, then the lifecycle jumps right to render response.

Sounds right to me, but was it the validation phase that was failing?
It sounds like it would be the update model phase that's failing
since the path to the model was wrong.

Reply via email to