In your .strings files.  In ERD2W framework under 
/Resources/English.lproj/ValidationTemplate.strings I see:

"NullPropertyException" = "Please provide @@indefiniteArticleForProperty@@ 
<b>@@displayNameForProperty@@</b>.";

That must be overriding the one in ERXExtensions.  So it would appear you need 
to provide a context dictionary with a value for the key 
indefiniteArticleForProperty.

Ramsey

On Sep 9, 2011, at 8:43 AM, Michael Gargano wrote:

> Hi Ramsey,
> 
>       Sorry, I'm still a little confused with this one.  I see what you are 
> saying about the context, but I don't know how to find which keys to use.  
> The messages that are getting generated by validation produce things like 
> "Please provide ? Name."  From what I looked at in the code yesterday, I 
> guess the '?' is supposed to be the entity name.  Why does the property 
> resolve properly, but not the entity name?  And where do I look to find the 
> valid keys for the context?
> 
> Thanks.
> -Mike
> 
> 
> On Sep 8, 2011, at 4:08 PM, Ramsey Gurley wrote:
> 
>> Hi Mike,
>> 
>> ERXValidationFactory.ExceptionDelegateInterface
>> ERXValidationFactory.setDefaultDelegate
>> 
>> If your exception doesn't have a context (not using d2w, not setting it 
>> yourself when the exception is caught, etc) then you can override the 
>> delegate to provide a context.
>> 
>> Ramsey
>> 
>> On Sep 8, 2011, at 12:30 PM, Michael Gargano wrote:
>> 
>>> no D2W, just what I'm catching in validationFailedWithException in the 
>>> component
>>> 
>>> -Mike
>>> 
>>> On Sep 8, 2011, at 3:16 PM, David Holt wrote:
>>> 
>>>> D2W ERModernLook??
>>>> 
>>>> 
>>>> On 2011-09-08, at 12:00 PM, Michael Gargano wrote:
>>>> 
>>>>> Hi all,
>>>>> 
>>>>> When an EO is being validated, the exception kicked back has ‘?’s in it.  
>>>>> I’m assuming this is where they are expecting us to place the appropriate 
>>>>> article like (‘a’ vs. ‘an’) or something that is supposed to be 
>>>>> pluralized.  Is there a good way to handle this or do I just need to do a 
>>>>> find and replace on each of these messages before display?
>>>>> 
>>>>> Thanks.
>>>>> -Mike
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> Do not post admin requests to the list. They will be ignored.
>>>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>>>> Help/Unsubscribe/Update your Subscription:
>>>>> http://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
>>>>> 
>>>>> This email sent to programming...@mac.com
>>>> 
>>>> 
>>> 
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
>>> 
>>> This email sent to rgur...@smarthealth.com
>> 
>> 
> 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to