Hi List,

I'm doing some work with validators and I found the property 
requiredFieldError. With this property I can set a custom text to be 
displayed instead of "The field is required". When I put a static text 
in this property like requiredFieldError="you should fill in a name" 
everything works fine. But it would be even nicer if I could fill this 
property by databinding, i.e.:
var myError="you should fill in a name";
.... requiredFieldError="{myError}"...
With this it should be easy to have all errors somewhere central, for 
instance in a XML file. But the databinding doesn't work. Do you have an 
idea why?

Greets
Christoph

-- 
****************************************
 Christoph Guse
 L�hstra�e 34
 41747 Viersen
 Tel.  0 21 62 / 50 24 066
 Mobil   01 72 / 160 74 84
 VoIP  0 12 12 / 39 64 48 831
****************************************



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to