2008/11/13 stanlick <[EMAIL PROTECTED]>:
>
> Antonio --
>
> Should I expect the ResolvingLocaleUrlDefinitionDAO to perform a wildcard
> def name lookup?

Yes.

>  Although my wildcard definition *is* in the definitions
> Map, resolveWildcardDefinition() is not being executed because
> localePatternPaths.containsKey(customizationKey) ==false
>
>            if (retValue == null
>                    && localePatternPaths.containsKey(customizationKey)) {
>                retValue = resolveWildcardDefinition(localePatternPaths
>                        .get(customizationKey), name);

This might be the problem. Can you see ifthe localePatternPaths map is
filled or not?
Because if it is filled then it is a problem of evaluation, otherwise
a problem of initialization.

Antonio

Reply via email to