Guest User

Untitled

a guest
Feb 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <p:ajax listener="#{dropdownView.onCountryChange}" update="city" />
  2.  
  3. public void onCountryChange() {
  4. if(country !=null && !country.equals(""))
  5. cities = data.get(country);
  6. else
  7. cities = new HashMap<String, String>();
  8. }
Add Comment
Please, Sign In to add comment