On 9/15/06, David Delbecq <[EMAIL PROTECTED]> wrote:
using immediate=true is not possible. I will explain further what i need to achieve 1) immediate = true does not update the backing bean, i need them to be updated before action call
David, this isn't relevent to the issue you want to solve. The only difference that using immediate=true will make is that it will not check for validation errors. w/true: navigate unconditionally and rebuild page from scratch w/false: rebuild page from scratch if no validation errors, otherwise, show old page again with errros.

