dropdown « Form « JSF Q&A





1. Hide/Show form depending on selectOneMenu value change    stackoverflow.com

I have a page with a <h:selectOneMenu> and I want to show some fields or others depending on the chosen value of the selectOneMenu. Is this possible and if so, how? ...

2. Clearing the form values on value change event of drop down in jsf    coderanch.com

We are having form with drop down. on selection of the value rest of the form is rendered with empty values. Some of the fields are common for the drop down values. When the user enters the value in one of the common field, and then the user change the dropdown selection, to get the new form entries. In this case ...