If a hava a JSF form, containing 2 control : selectOneMenu & inputText
the inputText value is set in selectOneMenu-->valueChangeListener. And i want the inputText is validate after i change the value in selectOneMenu-->valueChangeListener.
in a normal condition (i think) the new value is validate after i submit the form again. and if i used immediate, the inputText is not validated
can i validate the inputText after the valueChangeListener ??
You have to add 'immediate=true' to the selectOneMenu and not to the input text box. This will skip validation of selectOneMenu but after valuechangelistener when you are setting value in inputtext, validation will happen.
Cheers
Just like you, struggeling to get the right solutions!<br /> <br />Sun Certified Java Programmer 1.5<br /> <br />Target - SCWCD