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

