submit « Seam « JSF Q&A





1. JSF(seam) how do I change the combo box content without form submit    stackoverflow.com

I have a form to enter information including 3 field

  1. textbox user name (requiere=true)
  2. Combobox bank name (requiere=true)
  3. Combobox bank branches (requiere=true)
I want when the user selects the bank, the bank branch will load ...