Hi,

Ive stumbled upon another problem, I'm trying to get validation to work
correcly but seems to be getting a ClassCastException from
ValidatableFieldSupportImpl when casting a ...valid.Validator to a
...form.validation validator which is ofcoz OK, but how do I specify I want
to use the "new" validators?

---- snippet ----
        <component id="editForm" type="Form">
                <binding name="clientValidationEnabled" value="true"/>
        </component>

        <component id="orgName" type="TextField">
                <binding name="value" value="ognl:organisation.name"/>
                <binding name="validators" value="validator:string"/>
                <binding name="displayName" value="ognl:'Name'"/>
        </component>
---- snippet ----

Do I need to add something specific to my .application or hivemodule files?

regards
--
Lars Borup Jensen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to