How can I validate an input text box based on a selection from the drop-down list?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could pass the selected value of the dropdown as an attribute of the input component so that the validator can grab it. E.g.
with
Note that the ordering of the components matters. JSF processes |
|||