You've already summarized the general answer to your question:   use
component bindings and manually validate and update the values.

There may be other options (sandbox:subForm, perhaps), but it will
require that you post specifically what you're trying to do.


On 6/4/07, Sertic Mirko, Bedag <[EMAIL PROTECTED]> wrote:




Hi there!

I need a solution for the following problem:

I do have a complex JSF - Form with some input components. Some of them have
validators, and some not.
There is a UICommand component with immediate = true, which forces
recomputation of some input components.

The question is now : can i force a model update for those componets that
were validated correctly? I need the
values of those components, and i dont want to use component bindings to
access the current component
values directly.

Is there way to do so ?

Thanks a lot

Mirko

Reply via email to