It appears that the following method in DialogLanguagesUtil is returning null:

[code]  private static DefaultI18nContentSupport 
getSiteI18nContentSupport(DialogControlImpl controlImpl) {
        Site site = getSite(controlImpl);
        
        DefaultI18nContentSupport i18nContentSupport = 
(DefaultI18nContentSupport) site.getI18n();
        return i18nContentSupport;
        }[/code]

Since the NPE isn't thrown in this method site.getI18n must be null.  Does 
anyone know how this could occur?  All dialogs from the STK appear ok... it is 
just the Shop Module.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=f98f91c7-df62-46eb-894b-46267dc8f3c2


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to