Tapestry: Obtained resource by @Inject is NULL

Posted yexianyi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tapestry: Obtained resource by @Inject is NULL相关的知识,希望对你有一定的参考价值。

Issue:

When you inject some resources by @Inject Annotation in Tapestry Page or other components, you may find that the obtained instance are always NULL.

 

Solution:

Please confirm your @Inject annotation is imported from org.apache.tapestry5.ioc.annotations.Inject, not from javax.inject or other package.

以上是关于Tapestry: Obtained resource by @Inject is NULL的主要内容,如果未能解决你的问题,请参考以下文章