Re: Has DropDownChoice changed?

2012-12-14 Thread N. Metzger
I did all that, that's not my point. I'm just going to go ahead a create the behavior that I want myself, so please consider this thread be closed. Natalie -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Has-DropDownChoice-changed-tp4653271p4654819.html Sent from

Re: Has DropDownChoice changed?

2012-12-13 Thread N. Metzger
Anybody with a clue about the DropDownChoice? I had to set dropDownChoice.setNullValid(true); which is not my favorite option. I miss the old behavior where in the initial rendering the was a Choose one option which vanished after the user made the first real choice. Has that been removed in

Re: Has DropDownChoice changed?

2012-12-13 Thread Sven Meier
In wicket-example's DropDownChoicePage it works fine as ever. Sven On 12/13/2012 03:19 PM, N. Metzger wrote: Anybody with a clue about the DropDownChoice? I had to set dropDownChoice.setNullValid(true); which is not my favorite option. I miss the old behavior where in the initial rendering

Re: Has DropDownChoice changed?

2012-12-13 Thread N. Metzger
I don't think I made myself clear. I would like to set dropDownChoice.setNullValid(false); And yes, I can do it. But in 1.5 on the first upload I got a choice of Choose One Option 1 Option2 Then the user would choose either option 1 or 2 and Choose One would vanish. In 6.3 I only get Option 1

Re: Has DropDownChoice changed?

2012-10-23 Thread Sven Meier
Has DropDownChoice changed? There were some fixes for Wizard and input buttons in 1.5.x. Next displays fine in wicket-examples though. Please create a quickstart and attach it to a Jira issue. Sven On 10/23/2012 04:49 PM, N. Metzger wrote: I recently upgraded from 1.5.5 to 1.5.8, and I do