Re: What is the best way to handle invalid values from a WOTextField?
Re: What is the best way to handle invalid values from a WOTextField?
- Subject: Re: What is the best way to handle invalid values from a WOTextField?
- From: Andrew Lindesay <email@hidden>
- Date: Thu, 17 Jul 2008 16:01:28 +1200
Hello Lachlan;
I have a map of invalidData in my super generic record. The
controller sets/unsets the invalid value if validation failed. If
it's set, then valueForKey returns the invalid value if not null.
This approach won't take care of situations where data is stored in
non-EO's or straight into the component controller.
In the case of a formatter, if it experiences a format exception,
it seems to let the string through. This seems to be workable for
me over a wide range of situations.
This is a problem as it means validationFailed doesn't get called
right?
Yes it will still get call; I mean outbound component ----> browser
rather than inbound browser ----> component.takeValuesFromRequest(..)
in the above.
cheers.
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden