Hello Wicket people, I have a user registration page with a couple of dropdown lists on it. Elements of those lists are alphabetically sorted. Also, there's a language selector on each page of the application, so there's also one on the registration page. The problem is, when user changes language via selector, all dropdown lists must be reordered to keep being alphabetically sorted.
I guess I have to re-construct my DropDownChoice components for this, but I'm not sure how to notify the page of the language change event. Can I somehow make the form on the registration page listen to an unrelated component's onChange event? -- sp
