I recently upgraded from 1.5.5 to 1.5.8, and I do have a DropDownChoice with settings
dropDownChoice.setNullValid(false); dropDownChoice.setRequired(true); dropDownChoice.setOutputMarkupId(true); It used to be that on the first load of the page "Choose One" was displayed as the first option, which vanished after choosing one of the non-null options. This is exactly what I wanted. Now under 1.5.8 the "Choose one" is gone, and it displays the first choice. I have an Ajax update on the choice change that displays a different expiration date for every choice. Now of course the first choice doesn't show an expiration date as the Ajax on update wasn't called yet. And if a user has only one option to choose from, the expiration date never gets displayed. Could someone look into this? Also, unrelated to this topic, did the wizard change? My next button used to display "Next >", now it displays "Next >" which is annoying. I changed the display to "Next" in my properties file, but I have to admit I liked the "Next >" and would like to have it back. (Same with "Previous".) Thanks for your help, Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Has-DropDownChoice-changed-tp4653271.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org