Re: DropDownChoice.setNullValid

2012-11-23 Thread Paul BorČ™
Are you confusing nullValid w/ nullAllowed? ~ Thank you, Paul Bors On Nov 14, 2012, at 5:43 PM, Nick Pratt nbpr...@gmail.com wrote: As a followup - if you dont pass the null in the choices list, then it works as expected. On Wed, Nov 14, 2012 at 5:35 PM, Nick Pratt nbpr...@gmail.com

DropDownChoice.setNullValid

2012-11-14 Thread Nick Pratt
public ListString choices = Arrays.asList(null,RENDER,ENABLE); DropDownChoiceString defaultPerm = new DropDownChoice( perm, permModel, choices ); defaultPerm.setNullValid( true ); When this renders, I see a select box with 4 options - 2 blanks, and the two text options. I expected to only see

Re: DropDownChoice.setNullValid

2012-11-14 Thread Nick Pratt
As a followup - if you dont pass the null in the choices list, then it works as expected. On Wed, Nov 14, 2012 at 5:35 PM, Nick Pratt nbpr...@gmail.com wrote: public ListString choices = Arrays.asList(null,RENDER,ENABLE); DropDownChoiceString defaultPerm = new DropDownChoice( perm,