Greetings,

I have a question that I would like to put up for discussion.

I recently encountered the need to have an input field modified based on the
value selected on a selectOneChoice, of course, I want this modification to
happen when the value of the selectOneChoice changes, without setting off
all of the validations on the rest of the form.

The problem is, to accomplish this, the only way I find is to set both
autoSubmit and immediate to "true" on the selectOneChoice component, thus
disabling the client-side validation for that page, unfortunatly, not only
when the submission of the form comes from the valueChangeEvent set off by
the selectOneChoice, but from any action on the form.

Is there a way for me to mantain the behaviour of not setting of validations
when changing the value of the selectOneChoice, but still have
clientSideValidation when I submit the form from another command (a full
page submit)?

Thank you in advance,
Pedro

Reply via email to