Disabled drop down do not pass required validator.

2013-09-04 Thread cosmindumy
? Or is there a better solution? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Disabled-drop-down-do-not-pass-required-validator-tp4661187.html Sent from the Users forum mailing list archive at Nabble.com

Re: Disabled drop down do not pass required validator.

2013-09-04 Thread Martin Grigorov
is disabled, the required valitator fails which I do not want. A workaround was to override the method isInputNullable to return false. Is this safe? Or is there a better solution? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Disabled-drop-down-do

Re: Disabled drop down do not pass required validator.

2013-09-04 Thread cosmindumy
Thanks for response. Seems that best solution is replicate wicket behaviour. To validate only if is enabled and visible. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Disabled-drop-down-do-not-pass-required-validator-tp4661187p4661190.html Sent from the Users