ComboBox « Form « JSF Q&A





1. JSF: Returning null in an Action method refreshes only input texts, but not comboboxes    stackoverflow.com

I want to reset my JSF form. I've implemented an Action method that resets all properties in the backing bean. When I return a String that forwards to the same page again, ...