null
java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)



java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
	at java.util.concurrent.FutureTask.get(FutureTask.java:83)
	at com.intellij.concurrency.PrioritizedFutureTask.done(PrioritizedFutureTask.java:47)
	at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	... 4 more



java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)



java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)



java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
	at java.util.concurrent.FutureTask.get(FutureTask.java:83)
	at com.intellij.concurrency.PrioritizedFutureTask.done(PrioritizedFutureTask.java:47)
	at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	... 4 more



java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)



java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)



java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
	at java.util.concurrent.FutureTask.get(FutureTask.java:83)
	at com.intellij.concurrency.PrioritizedFutureTask.done(PrioritizedFutureTask.java:47)
	at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	... 4 more



java.lang.NullPointerException
	at com.intellij.tapestry.intellij.core.resource.IntellijResourceFinder.findLocalizedContextResource(IntellijResourceFinder.java:130)
	at com.intellij.tapestry.core.model.presentation.Page.getTemplate(Page.java:59)
	at com.intellij.tapestry.core.TapestryProject$5.computeKey(TapestryProject.java:263)
	at com.intellij.tapestry.core.ElementsCachedMap.computeKeyAndAddAll(ElementsCachedMap.java:56)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:38)
	at com.intellij.tapestry.core.ElementsCachedMap.computeValue(ElementsCachedMap.java:21)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache$1.compute(CachedUserDataCache.java:24)
	at com.intellij.psi.impl.PsiCachedValueImpl.getValue(PsiCachedValueImpl.java:1)
	at com.intellij.tapestry.intellij.util.CachedUserDataCache.get(CachedUserDataCache.java:38)
	at com.intellij.tapestry.core.TapestryProject.findElementByTemplate(TapestryProject.java:257)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.getAttrValueReference(TapestryReferenceContributor.java:110)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor.access$500(TapestryReferenceContributor.java:37)
	at com.intellij.tapestry.intellij.lang.reference.TapestryReferenceContributor$5.getReferencesByElement(TapestryReferenceContributor.java:102)
	at com.intellij.psi.impl.source.resolve.reference.ReferenceProvidersRegistry.getReferencesFromProviders(ReferenceProvidersRegistry.java:93)
	at com.intellij.psi.impl.source.xml.XmlAttributeImpl.getReferences(XmlAttributeImpl.java:51)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.a(XmlHighlightVisitor.java:42)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visitXmlToken(XmlHighlightVisitor.java:225)
	at com.intellij.psi.impl.source.xml.XmlTokenImpl.accept(XmlTokenImpl.java:5)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.visit(XmlHighlightVisitor.java:89)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass$6.run(GeneralHighlightingPass.java:12)
	at com.intellij.codeInsight.daemon.impl.analysis.XmlHighlightVisitor.analyze(XmlHighlightVisitor.java:112)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.a(GeneralHighlightingPass.java:137)
	at com.intellij.codeInsight.daemon.impl.GeneralHighlightingPass.collectInformationWithProgress(GeneralHighlightingPass.java:29)
	at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:4)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:32)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:251)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:1)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:69)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:7)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
