I'm sorry. I confused the (hidden) select and the text input. Please revert that last change and lets try again.
Jörn On Fri, Feb 6, 2009 at 12:02 AM, Chris <cpot...@siolon.com> wrote: > > On Feb 5, 5:50 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com> > wrote: >> You've got class="required" on the text-input-element. The validation >> picks that up as a validation rule. Removing it should give you the >> correct rule instead. >> >> Could be considered a bug, where the option-rule should override the >> class rule, instead of the current behaviour. > > Here's what I don't understand. > > (1) how now do I make sure the text input element is required? > (2) The form still allows me to submit value="" (in this case it has a > # there) when the accept radio button is selected.