I'm using JSF 1.1 and Ajax4jsf. I want to show/hide a <h:inputText> on change value of a <h:selectOneMenu> element named "Colors".
For example, if I select "Red" value in <h:selectOneMenu>, then show a <h:inputText> for the intensity of the color selected in <h:selectOneMenu> (high, medium, low).
I'm not sure whether to use Ajax4jsf or plain JavaScript. I would prefer to use Ajax4jsf, but it is too basic.