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.

Jörn

On Thu, Feb 5, 2009 at 10:56 PM, Chris <cpot...@siolon.com> wrote:
>
>
>
> On Feb 5, 4:34 pm, Jörn Zaefferer <joern.zaeffe...@googlemail.com>
> wrote:
>> Remove the required-class. That overrides the dependency-required-rule.
>>
>> Jörn
>
> Sir,
>
> From the markup above (Google Group) the only thing I include on the
> radio button is the validate="required:true". Should I remove that? I
> tried to remove it, and it didn't do anything.
>
> Also, is the :checked selector the one I want for a radio button?

Reply via email to