[ https://issues.apache.org/jira/browse/WICKET-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515097 ]
Jan Kriesten commented on WICKET-782: ------------------------------------- my case is still unresolved with this fix: the resulting select in my case is (values entered instead of wicked-stuff): <select id="element13" name="xy" class="select"> <option selected="true" value="">[choose]</option> <option value="f">[female]</option> <option value="m">[male]</option> </select> this should give a validation error on post when required is set, but it doesnt. > Select doesn't validate 'Required' > ---------------------------------- > > Key: WICKET-782 > URL: https://issues.apache.org/jira/browse/WICKET-782 > Project: Wicket > Issue Type: Bug > Components: wicket-extensions > Affects Versions: 1.3.0-beta2 > Environment: JDK 1.6u2, OpenSuSE, resin 3.1.2 > Reporter: Jan Kriesten > Assignee: Igor Vaynberg > Priority: Minor > Fix For: 1.3.0-beta3 > > > The Select-Component doesn't validate 'Required' if current user-selection > points to an empty value in drop-down-mode. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.